From 5074aa5a7be07f4803c9461e0f74d5405bcace7e Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Mon, 27 Feb 2023 20:34:25 +0800 Subject: [PATCH] c --- searx/webapp.py | 27 ++++++++++++++++++++++++++- searx/webapp1.py | 47 +++++++++++++++++++++++++---------------------- 2 files changed, 51 insertions(+), 23 deletions(-) diff --git a/searx/webapp.py b/searx/webapp.py index 8e0aefe56..c2b375ed8 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1151,7 +1151,32 @@ const search_queryquery = "''' + search_query.query.replace('"',"") + r'''" const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r''' ''' # for i in range(1,16): diff --git a/searx/webapp1.py b/searx/webapp1.py index b2cd933de..3b6812fda 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -1151,6 +1151,31 @@ const search_queryquery = "''' + search_query.query.replace('"',"") + r'''" const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r'''