disable debug server
This commit is contained in:
parent
2af7504c01
commit
2418a7cff9
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -206,5 +206,5 @@ def generated_file(filename):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(debug=True)
|
app.run(debug=False)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue