From fa12402b9e2996ba71fca5b99540d1ce5a08f32e Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Tue, 28 Feb 2023 00:59:58 +0800 Subject: [PATCH] Update webapp.py --- searx/webapp.py | 596 +----------------------------------------------- 1 file changed, 1 insertion(+), 595 deletions(-) diff --git a/searx/webapp.py b/searx/webapp.py index 280fde330..482f3e72b 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1153,601 +1153,7 @@ const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r''' '''