[fix] pep8

This commit is contained in:
asciimoo 2014-02-05 08:20:24 +01:00
parent 5695ec58df
commit b22dd51bd7
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ def index():
if 'content' in result:
result['content'] = html_to_text(result['content']).strip()
# removing html content and whitespace duplications
result['title'] = ' '.join(html_to_text(result['title'])\
result['title'] = ' '.join(html_to_text(result['title'])
.strip().split())
if len(result['url']) > 74:
url_parts = result['url'][:35], result['url'][-35:]