53dnorth commited on
Commit
0d04422
·
verified ·
1 Parent(s): 24b3b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,5 +408,5 @@ def status_route():
408
  })
409
 
410
  if __name__ == '__main__':
411
- port = int(os.environ.get("PORT", 7862))
412
  app.run(host='0.0.0.0', port=port)
 
408
  })
409
 
410
  if __name__ == '__main__':
411
+ port = int(os.environ.get("FLASK_PORT", 9999))
412
  app.run(host='0.0.0.0', port=port)