cragr fix account list parsing, skip irrelevant account

This commit is contained in:
Baptiste Delpey 2015-06-15 16:21:53 +02:00 committed by Romain Bignon
commit 3b71bfa104

View file

@ -100,7 +100,7 @@ class _AccountsPage(BasePage):
continue
cols = tr.findall('td')
if not cols:
if not cols or len(cols) < 7:
continue
account = Account()