From cc7ee41ee465bf0a96dd7af9414544cbb53d4881 Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Tue, 9 Jul 2019 14:27:09 +0200 Subject: [PATCH] [ganassurances] Set self.domain to repair login --- modules/ganassurances/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ganassurances/browser.py b/modules/ganassurances/browser.py index 28c8221544..e18e680eea 100644 --- a/modules/ganassurances/browser.py +++ b/modules/ganassurances/browser.py @@ -31,4 +31,5 @@ def __init__(self, website, *args, **kwargs): super(GanAssurancesBrowser, self).__init__(*args, **kwargs) self.BASEURL = 'https://%s' % website self.website = re.findall('espaceclient.(.*?).fr', self.BASEURL)[0] + self.domain = 'ganass' -- GitLab