Rajkhanke008 commited on
Commit
13bf6a2
·
verified ·
1 Parent(s): 012b9ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,4 +199,4 @@ def update_pump_status():
199
 
200
 
201
  if __name__ == '__main__':
202
- app.run(debug=True)
 
199
 
200
 
201
  if __name__ == '__main__':
202
+ app.run(debug=True,port=5700,host='0.0.0.0')