Turned off debug mode
This commit is contained in:
parent
a44059fab3
commit
684b667f3a
@ -19,4 +19,4 @@ if __name__ == "__main__":
|
||||
with app.app_context():
|
||||
db.create_all()
|
||||
init_db()
|
||||
app.run(debug=True, host='0.0.0.0')
|
||||
app.run(host='0.0.0.0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user