move select() in parser
This commit is contained in:
parent
cf2dca7520
commit
9afb301ebe
30 changed files with 197 additions and 197 deletions
|
|
@ -50,7 +50,7 @@ class AccountHistory(BasePage):
|
|||
operation = Operation(len(operations))
|
||||
operation.date = mvt.xpath("./td/span")[0].text
|
||||
tmp = mvt.xpath("./td/span")[1]
|
||||
operation.label = remove_extra_spaces(remove_html_tags(self.browser.parser.tostring(tmp)))
|
||||
operation.label = remove_extra_spaces(remove_html_tags(self.parser.tostring(tmp)))
|
||||
|
||||
r = re.compile(r'\d+')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue