From cd5498440e63aa31dcef04c77bac05572b4081c9 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 16 Feb 2014 21:38:12 +0100 Subject: [PATCH] oups typo --- modules/societegenerale/pages/accounts_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/societegenerale/pages/accounts_list.py b/modules/societegenerale/pages/accounts_list.py index 67e995ec..7a5a75eb 100644 --- a/modules/societegenerale/pages/accounts_list.py +++ b/modules/societegenerale/pages/accounts_list.py @@ -69,7 +69,7 @@ class AccountsList(BasePage): account.label = unicode(a.find("span").text) for pattern, actype in self.TYPES.iteritems(): if account.label.startswith(pattern): - account.type = type + account.type = actype account._link_id = a.get('href', '') elif td.attrib.get('headers', '') == 'NumeroCompte':