Turned off debug mode
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user