Set debug to false again
This commit is contained in:
parent
cb5efe5821
commit
d08e5607a5
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