pyflakes fixes
This commit is contained in:
parent
6506ab6448
commit
2f3fd9a13c
3 changed files with 4 additions and 4 deletions
8
modules/ameli/browser.py
Executable file → Normal file
8
modules/ameli/browser.py
Executable file → Normal file
|
|
@ -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)
|
||||
|
|
|
|||
0
modules/ameli/pages.py
Executable file → Normal file
0
modules/ameli/pages.py
Executable file → Normal file
0
modules/hellobank/perso/accounts_list.py
Executable file → Normal file
0
modules/hellobank/perso/accounts_list.py
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue