fix crash
This commit is contained in:
parent
04df80d22b
commit
f9dc0d7cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class BNPEnterprise(BaseBrowser):
|
||||||
|
|
||||||
def iter_history(self, account):
|
def iter_history(self, account):
|
||||||
if account._link_id is None:
|
if account._link_id is None:
|
||||||
return
|
return iter([])
|
||||||
|
|
||||||
self.location('/ROP?Action=F_RELCO&ch4=%s&ch8=2000' % account._link_id)
|
self.location('/ROP?Action=F_RELCO&ch4=%s&ch8=2000' % account._link_id)
|
||||||
d1, d2 = self.page.get_date_range()
|
d1, d2 = self.page.get_date_range()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue