debug=False

This commit is contained in:
4rkal 2022-08-24 13:19:18 +03:00
parent 8748f19d90
commit a6779d4b07
1 changed files with 1 additions and 1 deletions

View File

@ -1207,4 +1207,4 @@ application = app
app.wsgi_app = ReverseProxyPathFix(ProxyFix(application.wsgi_app))
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=False)