increase the mode parameter to get more history
This commit is contained in:
parent
b9c8108d04
commit
fee1fe96b6
1 changed files with 2 additions and 1 deletions
|
|
@ -156,7 +156,8 @@ class AccountsPage(BasePage):
|
||||||
continue
|
continue
|
||||||
if link.startswith("/outil/UWLM/ListeMouvements"):
|
if link.startswith("/outil/UWLM/ListeMouvements"):
|
||||||
account = Account()
|
account = Account()
|
||||||
account._link_id=link+"&mode=45"
|
#by default the website propose the last 7 days or last 45 days but we can force to have the last 55days
|
||||||
|
account._link_id=link+"&mode=55"
|
||||||
account._coming_links = []
|
account._coming_links = []
|
||||||
parameters=link.split("?").pop().split("&")
|
parameters=link.split("?").pop().split("&")
|
||||||
for parameter in parameters:
|
for parameter in parameters:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue