Disabled debug
This commit is contained in:
parent
3cc6ba100e
commit
e804ffa917
1 changed files with 2 additions and 1 deletions
|
@ -69,4 +69,5 @@ def initDB():
|
|||
|
||||
if __name__ == '__main__':
|
||||
initDB()
|
||||
app.run(debug=True)
|
||||
# app.run(debug=True)
|
||||
app.run(debug=False)
|
||||
|
|
Loading…
Reference in a new issue