1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-29 16:10:16 +02:00
This commit is contained in:
Alexandre Flament 2023-03-15 19:53:53 +01:00 committed by GitHub
parent f59ef7839a
commit 41ed0ef0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ def request(query, params):
def response(resp):
# codespace test
results = []
dom = html.fromstring(resp.text)