Browse Source

[fix] pep8

Adam Tauber 11 years ago
parent
commit
98b6313d5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/google_news.py

+ 1 - 1
searx/engines/google_news.py

@@ -6,7 +6,7 @@ from json import loads
 categories = ['news']
 
 url = 'https://ajax.googleapis.com/'
-search_url = url + 'ajax/services/search/news?v=2.0&start={offset}&rsz=large&safe=off&filter=off&{query}&hl={language}' # noqa
+search_url = url + 'ajax/services/search/news?v=2.0&start={offset}&rsz=large&safe=off&filter=off&{query}&hl={language}'  # noqa
 
 paging = True
 language_support = True