fix crash

This commit is contained in:
Romain Bignon 2013-08-02 12:38:12 +02:00
commit f9dc0d7cbd

View file

@ -91,7 +91,7 @@ class BNPEnterprise(BaseBrowser):
def iter_history(self, account):
if account._link_id is None:
return
return iter([])
self.location('/ROP?Action=F_RELCO&ch4=%s&ch8=2000' % account._link_id)
d1, d2 = self.page.get_date_range()