Browse Source

README typo fix

Important typo fix in README example code.
pull/8/head
Davis Miculis 9 years ago
parent
commit
71e99d9a6b
  1. 2
      README.rst

2
README.rst

@ -59,7 +59,7 @@ client:
if __name__ == '__main__':
# wrap Flask application with engineio's middleware
app = socketio.Middleware(eio, app)
app = socketio.Middleware(sio, app)
# deploy as an eventlet WSGI server
eventlet.wsgi.server(eventlet.listen(('', 8000)), app)

Loading…
Cancel
Save