Fixed the CrAgr backend, allowing a second retrieving of the accounts list.
Signed-off-by: Xavier G <xavier@tuxfamily.org> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
a1937e0c82
commit
be990c150f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class Cragr(BaseBrowser):
|
|||
raise BrowserIncorrectPassword()
|
||||
|
||||
def get_accounts_list(self):
|
||||
if not self.is_on_page(pages.AccountsList):
|
||||
if not self.is_on_page(pages.AccountsList) or self.page.is_account_page():
|
||||
self.home()
|
||||
return self.page.get_list()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue