diff --git a/modules/ameli/browser.py b/modules/ameli/browser.py old mode 100755 new mode 100644 index 767bb4b1..80718048 --- a/modules/ameli/browser.py +++ b/modules/ameli/browser.py @@ -65,7 +65,7 @@ class AmeliBrowser(BaseBrowser): if self.is_logging: return - + self.is_logging = True self.location(self.loginp) @@ -73,9 +73,9 @@ class AmeliBrowser(BaseBrowser): if not self.is_logged(): raise BrowserIncorrectPassword() - - self.is_logging = False - + + self.is_logging = False + def iter_subscription_list(self): if not self.is_on_page(AccountPage): self.location(self.accountp) diff --git a/modules/ameli/pages.py b/modules/ameli/pages.py old mode 100755 new mode 100644 diff --git a/modules/hellobank/perso/accounts_list.py b/modules/hellobank/perso/accounts_list.py old mode 100755 new mode 100644