Compare commits

...

1 Commits

Author SHA1 Message Date
3c0ecd8203 tmp 2021-02-04 15:06:31 +00:00
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')))
return response
if __name__ == '__main__':
app.run(debug=False, host='0.0.0.0', port=8000)
#if __name__ == '__main__':
# app.run(debug=False, host='0.0.0.0', port=8000)