From 8566c3442dddf473390ed9303da5ac99117ed143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Wed, 25 Jan 2012 00:23:19 +0100 Subject: [PATCH] LCL: list 45 days history by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gilles Quenot Signed-off-by: Pierre Mazière --- modules/lcl/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lcl/pages.py b/modules/lcl/pages.py index b4a2407a..834e19ba 100644 --- a/modules/lcl/pages.py +++ b/modules/lcl/pages.py @@ -127,7 +127,7 @@ class AccountsPage(BasePage): link=a.attrib.get('href') if link is not None and link.startswith("/outil/UWLM/ListeMouvements"): account = Account() - account.link_id=link + account.link_id=link+"&mode=45" parameters=link.split("?").pop().split("&") for parameter in parameters: list=parameter.split("=")