mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
[fix] unused globals removed
This commit is contained in:
parent
84c3251bdc
commit
66f02dc2b6
7 changed files with 0 additions and 8 deletions
|
@ -31,7 +31,6 @@ def request(query, params):
|
|||
|
||||
|
||||
def response(resp):
|
||||
global base_url
|
||||
results = []
|
||||
try:
|
||||
_, conversion_rate, _ = resp.text.split(',', 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue