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 = []
|
||||
if resp.status_code == 302:
|
||||
return results
|
||||
|
||||
Reference in New Issue
Block a user