Set debug to false again
This commit is contained in:
parent
025c1ec9b0
commit
152b2fffb9
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -219,5 +219,5 @@ def user_data(filename):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
app.run(debug=False)
|
||||
|
||||
|
|
Loading…
Reference in a new issue