Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,4 +49,4 @@ def handle_disconnect():
|
|
49 |
del games[sid] # Clean up game instance
|
50 |
|
51 |
if __name__ == '__main__':
|
52 |
-
socketio.run(app, host='0.0.0.0', port=7860
|
|
|
49 |
del games[sid] # Clean up game instance
|
50 |
|
51 |
if __name__ == '__main__':
|
52 |
+
socketio.run(app, host='0.0.0.0', port=7860)
|