LCL: list 45 days history by default
Signed-off-by: Gilles Quenot <gilles.quenot@gmail.com> Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
This commit is contained in:
parent
99a45daae8
commit
8566c3442d
1 changed files with 1 additions and 1 deletions
|
|
@ -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("=")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue