diff --git a/modules/cragr/api/browser.py b/modules/cragr/api/browser.py index 4fbb7197d3d798b39882483eb3846f02e083608c..f8d9529976d77d2038f6e8ec6d0d86d7b71e76bd 100644 --- a/modules/cragr/api/browser.py +++ b/modules/cragr/api/browser.py @@ -543,7 +543,7 @@ def iter_investment(self, account): #for inv in self.page.iter_investments(): # yield inv - elif account.type in (Account.TYPE_PERP, Account.TYPE_PERCO, Account.TYPE_LIFE_INSURANCE, Account.TYPE_CAPITALISATION): + elif account.type in (Account.TYPE_PER, Account.TYPE_PERP, Account.TYPE_PERCO, Account.TYPE_LIFE_INSURANCE, Account.TYPE_CAPITALISATION): if account.label == "Vers l'avenir": # Website crashes when clicking on these Life Insurances... return