forked from Icycoide/searxng
[fix] unused globals removed
This commit is contained in:
parent
84c3251bdc
commit
66f02dc2b6
7 changed files with 0 additions and 8 deletions
|
@ -27,7 +27,6 @@ def request(query, params):
|
|||
|
||||
|
||||
def response(resp):
|
||||
global base_url
|
||||
results = []
|
||||
dom = html.fromstring(resp.content)
|
||||
for result in dom.xpath('//div[@class="sa_cc"]'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue