fix bp backend (closes #730)
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
a347913d1b
commit
c5e68a2c44
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class AccountHistory(BasePage):
|
||||||
operation = Operation(len(operations))
|
operation = Operation(len(operations))
|
||||||
operation.date = mvt.xpath("./td/span")[0].text
|
operation.date = mvt.xpath("./td/span")[0].text
|
||||||
tmp = mvt.xpath("./td/span")[1]
|
tmp = mvt.xpath("./td/span")[1]
|
||||||
operation.label = self.parser.tocleanstring(tmp)
|
operation.label = unicode(self.parser.tocleanstring(tmp))
|
||||||
|
|
||||||
r = re.compile(r'\d+')
|
r = re.compile(r'\d+')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue