[fix] pep8

This commit is contained in:
asciimoo 2014-01-31 05:11:37 +01:00
parent 68a0832524
commit 3a2b9a8682
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def request(query, params):
params['url'] = search_url.format(offset=offset,
query=urlencode({'p': query}))
params['cookies']['sB'] = 'fl=1&vl=lang_{lang}&sh=1&rw=new&v=1'\
.format(lang=language)
.format(lang=language)
return params