Compare commits
1 Commits
3c0ecd8203
...
ac1d791ea9
Author | SHA1 | Date | |
---|---|---|---|
ac1d791ea9 |
@ -0,0 +1,2 @@
|
||||
from .app import app
|
||||
|
@ -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)
|
Loading…
Reference in New Issue
Block a user