From adabce289dd1529a9c77bcc3248f474c072de5ae Mon Sep 17 00:00:00 2001 From: Vincent Paredes Date: Tue, 31 Mar 2015 17:40:38 +0200 Subject: [PATCH] handling no details for this account --- modules/creditdunord/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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