Fix pep8.. compliance
To be concordant with the coding styles fix pep8 compliance
This commit is contained in:
@@ -146,7 +146,8 @@ class DiscussionParserBot(
|
||||
return
|
||||
|
||||
# Initiate RedPage object
|
||||
redpage = RedPage.session.query(RedPage).filter(RedPage.pageid == self.current_page.pageid ).one_or_none()
|
||||
redpage = RedPage.session.query(RedPage).filter(
|
||||
RedPage.pageid == self.current_page.pageid ).one_or_none()
|
||||
|
||||
if redpage:
|
||||
redpage.update( self.current_page )
|
||||
|
||||
Reference in New Issue
Block a user