Browse Source

Fix line too long

pull/320/head
Salim Aboubacar 6 years ago
parent
commit
111e9554ff
  1. 3
      socketio/asyncio_aiopika_manager.py

3
socketio/asyncio_aiopika_manager.py

@ -20,7 +20,8 @@ class AsyncAioPikaManager(AsyncPubSubManager):
follows:: follows::
url = 'amqp://user:password@hostname:port//' url = 'amqp://user:password@hostname:port//'
server = socketio.Server(client_manager=socketio.AsyncAioPikaManager(url)) server = socketio.Server(client_manager=socketio.AsyncAioPikaManager(
url))
:param url: The connection URL for the backend messaging queue. Example :param url: The connection URL for the backend messaging queue. Example
connection URLs are ``'amqp://guest:guest@localhost:5672//'`` connection URLs are ``'amqp://guest:guest@localhost:5672//'``

Loading…
Cancel
Save