sgpe: fix login (bad indent)
This commit is contained in:
parent
37c963b54b
commit
adba87ddcb
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class SGPEBrowser(BaseBrowser):
|
|||
if not self.is_on_page(LoginPage):
|
||||
self.location('https://' + self.DOMAIN + '/', no_login=True)
|
||||
|
||||
self.page.login(self.username, self.password)
|
||||
self.page.login(self.username, self.password)
|
||||
|
||||
# force page change
|
||||
if not self.is_on_page(AccountsPage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue