LCL: implement account history
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
a732a8a051
commit
e14af3b890
3 changed files with 47 additions and 3 deletions
|
|
@ -58,5 +58,7 @@ class LCLBackend(BaseBackend, ICapBank):
|
|||
return iter([])
|
||||
|
||||
def iter_history(self, account):
|
||||
""" TODO Not supported yet """
|
||||
return iter([])
|
||||
with self.browser:
|
||||
for history in self.browser.get_history(account):
|
||||
yield history
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue