rename BasePage.loaded() to on_loaded()
This commit is contained in:
parent
3b312923ea
commit
42de7aa5a3
16 changed files with 18 additions and 18 deletions
|
|
@ -22,7 +22,7 @@ from weboob.capabilities.bank import Account
|
|||
from .base import CragrBasePage
|
||||
|
||||
class AccountsList(CragrBasePage):
|
||||
def loaded(self):
|
||||
def on_loaded(self):
|
||||
pass
|
||||
|
||||
def get_list(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue