From fc19a9e4d3635879d3b1e105c1913be9728bedef Mon Sep 17 00:00:00 2001 From: Maxime Gasselin Date: Tue, 22 Jan 2019 15:19:29 +0100 Subject: [PATCH] [humanis] fix login According with cmes modifications, no subsite is mandatory for the login. Closes: 34895@sibi --- modules/humanis/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/humanis/browser.py b/modules/humanis/browser.py index 54e760c7bf..1f5a95b6e1 100644 --- a/modules/humanis/browser.py +++ b/modules/humanis/browser.py @@ -25,7 +25,7 @@ class HumanisBrowser(AbstractBrowser): PARENT = 'cmes' - login = URL('(?P.*)fr/identification/login.cgi', LoginPage) + login = URL('humanis/fr/identification/login.cgi', LoginPage) def __init__(self, baseurl, subsite, login, password, *args, **kwargs): self.weboob = kwargs['weboob'] -- GitLab