Account.link_id becomes a private attribute
This commit is contained in:
parent
679177d450
commit
35688f58c9
18 changed files with 37 additions and 30 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+"&mode=45"
|
||||
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