handling no details for this account
This commit is contained in:
parent
1122cbe977
commit
adabce289d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue