Whitespace
This commit is contained in:
parent
c157557501
commit
13026702bd
4 changed files with 5 additions and 5 deletions
|
|
@ -126,7 +126,7 @@ class RecipePage(BasePage):
|
|||
author = comtxt.split('par ')[-1].split('|')[0]
|
||||
comtxt = comtxt.replace('par %s' % author, '')
|
||||
comments.append(Comment(text=comtxt, author=author))
|
||||
|
||||
|
||||
links_author = self.parser.select(self.document.getroot(), 'p.auteur a.couleur_membre')
|
||||
if len(links_author) > 0:
|
||||
author = unicode(links_author[0].text.strip())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue