display only real accounts
This commit is contained in:
parent
973fae1ef9
commit
0cf736f10d
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ class AccountsListPage(BasePage):
|
|||
account.label = a.text.strip()
|
||||
account.link_id = a.attrib['href']
|
||||
|
||||
if not 'CPT_IdPrestation' in account.link_id:
|
||||
continue
|
||||
|
||||
tag = tds[2].find('font')
|
||||
if tag is None:
|
||||
tag = tds[2]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue