Kastg commited on
Commit
e8494d6
·
verified ·
1 Parent(s): c03350d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,5 +58,5 @@ def status():
58
  def page_not_found(e):
59
  return send_from_directory(static_dir, '404.html'), 404
60
 
61
- if __name__ == '__main__':
62
- app.run(port=25565)
 
58
  def page_not_found(e):
59
  return send_from_directory(static_dir, '404.html'), 404
60
 
61
+ if __name__ == "__main__":
62
+ app.run(host="0.0.0.0", port=7860, debug=True)