diff --git a/modules/cragr/api/browser.py b/modules/cragr/api/browser.py index 66d95934289efa05f8e02fd624f408b4659d9c2b..7148df53b284a2879e96f8a16bc1da0b6c17994b 100644 --- a/modules/cragr/api/browser.py +++ b/modules/cragr/api/browser.py @@ -250,8 +250,8 @@ def get_history(self, account, coming=False): params = { 'compteIdx': int(account._index), 'grandeFamilleCode': int(account._category), - 'idDevise': str(account.currency), - 'idElementContrat': str(account._id_element_contrat), + 'idDevise': str(account.currency), + 'idElementContrat': str(account._id_element_contrat), } self.history.go(params=params) for tr in self.page.iter_history():