Olivier-Truong commited on
Commit
fa24bc8
1 Parent(s): eeb238d

Update app.py

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