From a6779d4b076a96c5fa6b199cc8f956bd2bd48f59 Mon Sep 17 00:00:00 2001 From: 4rkal <4rkal@tobble.eu.org> Date: Wed, 24 Aug 2022 13:19:18 +0300 Subject: [PATCH] debug=False --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 208f00c2..a2adf29c 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -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)