Update main.py
Browse files
main.py
CHANGED
@@ -23,4 +23,4 @@ def handle_disconnect():
|
|
23 |
print('Client disconnected')
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
-
socketio.run(app,port=7860,host="0.0.0.0"
|
|
|
23 |
print('Client disconnected')
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
+
socketio.run(app,port=7860,host="0.0.0.0")
|