Trisha Tomy commited on
Commit
6f61f21
·
1 Parent(s): 7b40088

updated port

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,5 +129,5 @@ if __name__ == '__main__':
129
  # Removed exit(1) to allow the Flask app to start for basic connectivity checks,
130
  # but runner initialization will still fail if token is missing.
131
  # For full functionality, the token is essential.
132
- logger.info("Starting Flask development server on 0.0.0.0:6101...")
133
- app.run(host='0.0.0.0', port=6101, debug=True)
 
129
  # Removed exit(1) to allow the Flask app to start for basic connectivity checks,
130
  # but runner initialization will still fail if token is missing.
131
  # For full functionality, the token is essential.
132
+ logger.info("Starting Flask development server on 0.0.0.0:7860...")
133
+ app.run(host='0.0.0.0', port=7860, debug=True)