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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,4 +294,4 @@ def handle_message(message):
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)
 
294
 
295
  if __name__ == '__main__':
296
  #socketio.run(Sock, host="0.0.0.0", port=7860)
297
+ app.run(host="0.0.0.0", port=7860)