display only real accounts

This commit is contained in:
Romain Bignon 2012-03-06 19:46:59 +01:00 committed by Romain Bignon
commit 0cf736f10d

View file

@ -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]