diff --git a/modules/societegenerale/browser.py b/modules/societegenerale/browser.py index f98f7da769ee529b0946c7840c6fc410a9820ee6..f1f9db99f1a27f74f4f0cff55a1a9770e693054c 100644 --- a/modules/societegenerale/browser.py +++ b/modules/societegenerale/browser.py @@ -472,7 +472,7 @@ def iter_subscription(self): try: profile = self.get_profile() subscriber = profile.name - except ProfileMissing: + except (ProfileMissing, BrowserUnavailable): subscriber = NotAvailable # subscriptions which have statements are present on the last statement page