Fix livret A history (site changed)
The url is still valid, but the html code look like the normal account.
This commit is contained in:
parent
6e430010ab
commit
03f68b4207
3 changed files with 10 additions and 40 deletions
|
|
@ -19,12 +19,12 @@
|
|||
|
||||
|
||||
from .accounts_list import AccountsList
|
||||
from .account_history import AccountHistoryCC, AccountHistoryLA
|
||||
from .account_history import AccountHistory
|
||||
from .login import LoginPage, LoginPage2, ConfirmPage, MessagePage
|
||||
|
||||
|
||||
class AccountPrelevement(AccountsList):
|
||||
pass
|
||||
|
||||
__all__ = ['AccountsList', 'AccountHistoryCC', 'AccountHistoryLA', 'LoginPage',
|
||||
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
|
||||
'LoginPage2', 'ConfirmPage', 'MessagePage', 'AccountPrelevement']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue