Fix whitespace

This commit is contained in:
Alex Stanev 2011-07-19 09:16:55 +03:00
parent 17ab15dabe
commit 4150cf5a51

View File

@ -93,7 +93,7 @@ class ChitankaStore(BasicStoreConfig, StorePlugin):
author_url = ''.join(data.xpath('.//a[contains(@href,"/person/")]/@href'))
if counter <= 0:
break
print (author_url,)
br2 = browser()
with closing(br2.open(base_url + author_url, timeout=timeout)) as f:
if counter <= 0: