santanavagner commited on
Commit
6705383
·
verified ·
1 Parent(s): 11276e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,4 +124,4 @@ def log():
124
 
125
  if __name__=='__main__':
126
  debug_mode = os.getenv('FLASK_DEBUG', 'False').lower() in ['true', '1', 't']
127
- app.run(host='0.0.0.0', port='8080', debug=debug_mode)
 
124
 
125
  if __name__=='__main__':
126
  debug_mode = os.getenv('FLASK_DEBUG', 'False').lower() in ['true', '1', 't']
127
+ app.run(host='0.0.0.0', port='7860', debug=debug_mode)