johnpaulbin commited on
Commit
ee355a5
1 Parent(s): 3a12425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,4 +127,4 @@ if __name__ == '__main__':
127
  # Start the firehose processing in a separate thread
128
  threading.Thread(target=process_firehose, daemon=True).start()
129
  # Use run_simple instead of app.run
130
- run_simple('localhost', 7860, app, use_reloader=True, use_debugger=True)
 
127
  # Start the firehose processing in a separate thread
128
  threading.Thread(target=process_firehose, daemon=True).start()
129
  # Use run_simple instead of app.run
130
+ run_simple('0.0.0.0', 7860, app, use_reloader=True, use_debugger=True)