BG5 commited on
Commit
1b288a2
·
verified ·
1 Parent(s): 1adae6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ def handle_command(command):
33
  emit('command_output', {'output': str(e)})
34
 
35
  if __name__ == '__main__':
36
- socketio.run(app, host='0.0.0.0', port=5000)
 
33
  emit('command_output', {'output': str(e)})
34
 
35
  if __name__ == '__main__':
36
+ socketio.run(app, host='0.0.0.0', port=7860)