oups: removed _coming attribute from Transaction
This commit is contained in:
parent
2a071a2ec6
commit
a6ea08d6ce
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class Transaction(FrenchTransaction):
|
|||
(re.compile(r'^CARTE RETRAIT (?P<text>.*)'),
|
||||
FrenchTransaction.TYPE_WITHDRAWAL),
|
||||
]
|
||||
_coming = False
|
||||
|
||||
|
||||
class SGPEPage(BasePage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue