Disabled debug

This commit is contained in:
sqozz 2016-02-10 13:45:08 +01:00
parent 3cc6ba100e
commit e804ffa917
1 changed files with 2 additions and 1 deletions

View File

@ -69,4 +69,5 @@ def initDB():
if __name__ == '__main__':
initDB()
app.run(debug=True)
# app.run(debug=True)
app.run(debug=False)