zuehue commited on
Commit
aee64bb
·
verified ·
1 Parent(s): a43067e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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",allow_unsafe_werkzeug=True)
 
23
  print('Client disconnected')
24
 
25
  if __name__ == '__main__':
26
+ socketio.run(app,port=7860,host="0.0.0.0")