rairo commited on
Commit
be0e58c
·
verified ·
1 Parent(s): a66371e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -546,5 +546,5 @@ def data_api_stats():
546
  # -----------------------------------------------------------------------------
547
 
548
  if __name__ == "__main__":
549
- port = int(os.environ.get("PORT", 7861))
550
  app.run(debug=True, host="0.0.0.0", port=port)
 
546
  # -----------------------------------------------------------------------------
547
 
548
  if __name__ == "__main__":
549
+ port = int(os.environ.get("PORT", 7860))
550
  app.run(debug=True, host="0.0.0.0", port=port)