NEXAS commited on
Commit
c41789e
·
verified ·
1 Parent(s): be855af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ if __name__ == "__main__":
63
  # Start the background sync thread
64
  threading.Thread(target=sync_logic, daemon=True).start()
65
  # Run Flask
66
- app.run(debug=True, host='0.0.0.0', port=5000)
 
63
  # Start the background sync thread
64
  threading.Thread(target=sync_logic, daemon=True).start()
65
  # Run Flask
66
+ app.run(debug=True, host='0.0.0.0', port=7860)