diff options
Diffstat (limited to 'searx/engines/bing_news.py')
-rw-r--r-- | searx/engines/bing_news.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/bing_news.py b/searx/engines/bing_news.py index 5b48a5450..56c6f1208 100644 --- a/searx/engines/bing_news.py +++ b/searx/engines/bing_news.py @@ -29,7 +29,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"]'): |