handling no details for this account

This commit is contained in:
Vincent Paredes 2015-03-31 17:40:38 +02:00 committed by Romain Bignon
commit adabce289d

View file

@ -150,7 +150,7 @@ class ProAccountsPage(AccountsPage):
for sub in re.findall("'([^']*)'", text):
l.append(sub)
if len(l) == 0:
if len(l) <= 1:
#For account that have no history
return None, None