WillemVH commited on
Commit
326c62d
·
verified ·
1 Parent(s): 7cca08b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ def get_input():
32
  return ESP_IP
33
 
34
  if __name__ == '__main__':
35
- app.run(debug=True)
 
32
  return ESP_IP
33
 
34
  if __name__ == '__main__':
35
+ app.run(host='0.0.0.0', port=5000, debug=False)