We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f480e7a + 71e99d9 commit 6a9f29fCopy full SHA for 6a9f29f
README.rst
@@ -59,7 +59,7 @@ client:
59
60
if __name__ == '__main__':
61
# wrap Flask application with engineio's middleware
62
- app = socketio.Middleware(eio, app)
+ app = socketio.Middleware(sio, app)
63
64
# deploy as an eventlet WSGI server
65
eventlet.wsgi.server(eventlet.listen(('', 8000)), app)
@@ -74,4 +74,4 @@ Resources
74
.. _socket.io-client: https://github.com/Automattic/socket.io-client
75
.. _Eventlet: http://eventlet.net/
76
.. _Documentation: http://pythonhosted.org/python-socketio
77
-.. _PyPI: https://pypi.python.org/pypi/python-socketio
+.. _PyPI: https://pypi.python.org/pypi/python-socketio
0 commit comments