hsbc: No history on loan accounts
This commit is contained in:
parent
645fc6e2a9
commit
596da46116
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class HSBC(LoginBrowser):
|
||||||
if account._link_id is None:
|
if account._link_id is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
if account._link_id.startswith('javascript'):
|
if account._link_id.startswith('javascript') or '&Crd=' in account._link_id:
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
self.location(self.accounts_list[account.id]._link_id)
|
self.location(self.accounts_list[account.id]._link_id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue