diff options
author | Alexandre Flament <alex@al-f.net> | 2023-03-15 19:53:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 19:53:53 +0100 |
commit | 41ed0ef0c7cc726c9797d726a4401763d38c7708 (patch) | |
tree | ed2fff399225ea002d5b9e80326a3b660b2273ae /searx/engines/apkmirror.py | |
parent | f59ef7839ae1a3caee2f21070fbffecaf6519044 (diff) | |
download | searxng-41ed0ef0c7cc726c9797d726a4401763d38c7708.tar.gz searxng-41ed0ef0c7cc726c9797d726a4401763d38c7708.zip |
test
Diffstat (limited to 'searx/engines/apkmirror.py')
-rw-r--r-- | searx/engines/apkmirror.py | 1 |
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) |