summaryrefslogtreecommitdiff
path: root/searx/engines/apkmirror.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2023-03-15 19:53:53 +0100
committerGitHub <noreply@github.com>2023-03-15 19:53:53 +0100
commit41ed0ef0c7cc726c9797d726a4401763d38c7708 (patch)
treeed2fff399225ea002d5b9e80326a3b660b2273ae /searx/engines/apkmirror.py
parentf59ef7839ae1a3caee2f21070fbffecaf6519044 (diff)
downloadsearxng-41ed0ef0c7cc726c9797d726a4401763d38c7708.tar.gz
searxng-41ed0ef0c7cc726c9797d726a4401763d38c7708.zip
test
Diffstat (limited to 'searx/engines/apkmirror.py')
-rw-r--r--searx/engines/apkmirror.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/apkmirror.py b/searx/engines/apkmirror.py
index ac7cd7431..ca5a9fdad 100644
--- a/searx/engines/apkmirror.py
+++ b/searx/engines/apkmirror.py
@@ -43,6 +43,7 @@ def request(query, params):
def response(resp):
+ # codespace test
results = []
dom = html.fromstring(resp.text)