Dmitry Volodin
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
socketio/asyncio_client.py
|
@ -86,7 +86,7 @@ class AsyncClient(client.Client): |
|
|
|
|
|
|
|
|
Example usage:: |
|
|
Example usage:: |
|
|
|
|
|
|
|
|
sio = socketio.Client() |
|
|
sio = socketio.AsyncClient() |
|
|
sio.connect('http://localhost:5000') |
|
|
sio.connect('http://localhost:5000') |
|
|
""" |
|
|
""" |
|
|
self.connection_url = url |
|
|
self.connection_url = url |
|
|