broadfield-dev commited on
Commit
7d19aba
·
verified ·
1 Parent(s): 6d47d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ def wipe():
94
  return jsonify({"success":True})
95
 
96
  if __name__ == '__main__':
97
- app.run(debug=True, port=7860)
 
94
  return jsonify({"success":True})
95
 
96
  if __name__ == '__main__':
97
+ app.run(debug=True, host="0.0.0.0", port=7860)