fix switch between market and checking websites
This commit is contained in:
parent
3795543b48
commit
e55bcf9ff2
1 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,8 @@ class IngBrowser(LoginBrowser):
|
||||||
self.where = u"titre"
|
self.where = u"titre"
|
||||||
self.titrepage.go()
|
self.titrepage.go()
|
||||||
|
|
||||||
|
@need_login
|
||||||
|
@check_bourse
|
||||||
def get_investments(self, account):
|
def get_investments(self, account):
|
||||||
if account.type != Account.TYPE_MARKET:
|
if account.type != Account.TYPE_MARKET:
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue