Disabled debug

This commit is contained in:
sqozz 2016-02-10 13:45:08 +01:00
parent 3cc6ba100e
commit e804ffa917

View file

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