Skip to content

Instantly share code, notes, and snippets.

@alejamp
Created June 19, 2020 23:40
Show Gist options
  • Save alejamp/e0f48fed506ea19d97b3d4b8382fa55d to your computer and use it in GitHub Desktop.
Save alejamp/e0f48fed506ea19d97b3d4b8382fa55d to your computer and use it in GitHub Desktop.
#!flask/bin/python
from main import app
#Do not add debug=True
# app.run(debug=True)
# app.run()
app.run(host='0.0.0.0', port=5000, debug=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment