diff --git a/modules/cmso/web/pages.py b/modules/cmso/web/pages.py index 162c44e8..52f96057 100644 --- a/modules/cmso/web/pages.py +++ b/modules/cmso/web/pages.py @@ -36,7 +36,7 @@ class LoginPage(HTMLPage): def on_load(self): # Yes, I know... In the Wild Wild Web, nobody respects nothing if self.response.status_code == 500: - raise BrowserIncorrectPassword + raise BrowserIncorrectPassword() def login(self, username, password): form = self.get_form(name='formIdentification')