diff --git a/modules/creditdunord/module.py b/modules/creditdunord/module.py index 3000b05b19c6cf140cff9453aa75a7b5fbf1591d..3b5456acb0d763d3b747218d89e123839ee6b343 100644 --- a/modules/creditdunord/module.py +++ b/modules/creditdunord/module.py @@ -83,7 +83,7 @@ def iter_history(self, account): yield tr def iter_coming(self, account): - account = self.get_account(account.id) + account = self.get_account_for_history(account.id) for tr in self.browser.get_history(account, coming=True): if tr._is_coming: yield tr