line too long
This commit is contained in:
parent
dc12855f55
commit
cc5e768ab2
1 changed files with 4 additions and 3 deletions
|
|
@ -24,7 +24,8 @@ class ArticlePage(Minutes20Page):
|
|||
self.element_body = select(self.main_div, "div.mna-body", 1)
|
||||
self.element_body.remove(select(self.element_body, "div.mna-tools", 1))
|
||||
try:
|
||||
self.element_body.remove(select(self.element_body, "div.mna-comment-call", 1))
|
||||
self.element_body.remove(
|
||||
select(self.element_body, "div.mna-comment-call", 1))
|
||||
except SelectElementException:
|
||||
pass
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue