diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-07-09 01:18:37 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-07-09 01:18:37 +0200 |
| commit | 66f02dc2b6b0c6127ba908ad9be3a97dfd633f7f (patch) | |
| tree | 8a63e497c1e34ab642c8c34a815b15787909d987 /searx/engines/bing_news.py | |
| parent | 84c3251bdc86052acb8a1baf92684417eb362edc (diff) | |
[fix] unused globals removed
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"]'): |