Skip to content

Commit 10dd09d

Browse files
authored
Fix disconnect method in docs
1 parent f70094e commit 10dd09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ async def main():
111111
await asyncio.sleep(60)
112112
remove_custom_listener()
113113

114-
await stream.disconnect()
114+
await stream.close()
115115
```

0 commit comments

Comments
 (0)