Browse Source

fix AsyncClient example

pull/389/head
Dmitry Volodin 6 years ago
committed by GitHub
parent
commit
9c882333f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      socketio/asyncio_client.py

2
socketio/asyncio_client.py

@ -86,7 +86,7 @@ class AsyncClient(client.Client):
Example usage::
sio = socketio.Client()
sio = socketio.AsyncClient()
sio.connect('http://localhost:5000')
"""
self.connection_url = url

Loading…
Cancel
Save