Skip to content

Commit

Permalink
Fix namespace bug in example (Fixes #1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 23, 2021
1 parent 43dc6e5 commit acc57af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/app_namespace.py
Expand Up @@ -91,7 +91,7 @@ def on_disconnect(self):
print('Client disconnected', request.sid)


socketio.on_namespace(MyNamespace('/test'))
socketio.on_namespace(MyNamespace('/'))


if __name__ == '__main__':
Expand Down

0 comments on commit acc57af

Please sign in to comment.