1
0
mirror of https://github.com/Adam-Ant/QuotesDB synced 2024-07-06 05:26:10 +00:00

Turn off debug mode

This commit is contained in:
Adam Dodman 2017-10-20 21:19:47 +01:00
parent 4f1762e749
commit 579957a036

View File

@ -316,4 +316,4 @@ if __name__ == "__main__":
exit(1)
app_init()
app.run(host="0.0.0.0", debug=True)
app.run(host="0.0.0.0")