From d219a5b702ccb934d8cdff2576815c12ab9ca767 Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Thu, 24 Jan 2019 16:15:50 +0100 Subject: [PATCH] [cragr] Replaced tabs with spaces in params dictionary --- modules/cragr/api/browser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cragr/api/browser.py b/modules/cragr/api/browser.py index 66d9593428..7148df53b2 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(): -- GitLab