mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] unused globals removed
This commit is contained in:
@@ -18,7 +18,6 @@ def request(query, params):
|
||||
|
||||
|
||||
def response(resp):
|
||||
global base_url
|
||||
results = []
|
||||
search_res = loads(resp.text)
|
||||
for result in search_res.get('collection', []):
|
||||
|
||||
Reference in New Issue
Block a user