Update app.py
Browse files
app.py
CHANGED
@@ -157,4 +157,4 @@ def disconnect(sid):
|
|
157 |
sio.emit('opponent_disconnected', room=room)
|
158 |
|
159 |
if __name__ == '__main__':
|
160 |
-
|
|
|
157 |
sio.emit('opponent_disconnected', room=room)
|
158 |
|
159 |
if __name__ == '__main__':
|
160 |
+
app.run(host='0.0.0.0', port=7860)
|