Olivier-Truong commited on
Commit
a566600
·
verified ·
1 Parent(s): 1e673da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -295,4 +295,5 @@ def handle_message(message):
295
 
296
  if __name__ == '__main__':
297
  #socketio.run(Sock, host="0.0.0.0", port=7860)
298
- app.run(host="0.0.0.0", port=7860)
 
 
295
 
296
  if __name__ == '__main__':
297
  #socketio.run(Sock, host="0.0.0.0", port=7860)
298
+ #app.run(host="0.0.0.0", port=7860)
299
+ sock.run(host="0.0.0.0", port=7860)