mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] unused globals removed
This commit is contained in:
parent
84c3251bdc
commit
66f02dc2b6
7 changed files with 0 additions and 8 deletions
|
|
@ -18,7 +18,6 @@ def request(query, params):
|
|||
|
||||
|
||||
def response(resp):
|
||||
global base_url
|
||||
results = []
|
||||
if resp.status_code == 302:
|
||||
return results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue