Created
June 19, 2020 23:40
-
-
Save alejamp/e0f48fed506ea19d97b3d4b8382fa55d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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