diff --git a/modules/creditdunord/pages.py b/modules/creditdunord/pages.py index bd6e6cc4..8b5e85b9 100644 --- a/modules/creditdunord/pages.py +++ b/modules/creditdunord/pages.py @@ -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