[fix] pep8

This commit is contained in:
Adam Tauber 2015-01-02 12:33:40 +01:00
parent 56c15023b5
commit cc4e17b668
3 changed files with 8 additions and 9 deletions

View file

@ -65,9 +65,9 @@ def response(resp):
if result.xpath(".//span") != []:
content = content +\
" - (" +\
result.xpath(".//span//text()")[0].strip() +\
")"
" - (" +\
result.xpath(".//span//text()")[0].strip() +\
")"
# append result
results.append({'url': href,