This commit is contained in:
danamir
2020-05-10 05:37:45 +03:00
parent 3ccde3705e
commit d9574ce36f
5 changed files with 182 additions and 12 deletions

2
app.py
View File

@@ -23,4 +23,4 @@ def nopressed():
if __name__ == '__main__':
app.jinja_env.auto_reload = True
app.run(debug=True, host='0.0.0.0')
app.run(debug=False, host='0.0.0.0')