This commit is contained in:
Thomas Klaehn 2021-02-04 16:01:06 +01:00 committed by Your Name
parent cb7801b5c7
commit 3c0ecd8203
2 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
from .app import app

View File

@ -27,5 +27,5 @@ def reroute(state):
response = make_response(redirect(url_for('index'))) response = make_response(redirect(url_for('index')))
return response return response
if __name__ == '__main__': #if __name__ == '__main__':
app.run(debug=False, host='0.0.0.0', port=8000) # app.run(debug=False, host='0.0.0.0', port=8000)