Delubac: fix double-login
This commit is contained in:
parent
e6808d7096
commit
62ef400de8
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class DelubacBrowser(BaseBrowser):
|
|||
|
||||
self.page.login(self.username, self.password)
|
||||
|
||||
self.location(self.page_url('loginSecurite')+'?_top')
|
||||
self.location(self.page_url('loginSecurite')+'?_top', no_login=True)
|
||||
|
||||
if not self.is_logged():
|
||||
raise BrowserIncorrectPassword()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue