Implemented history operation for CrAgr backend
Signed-off-by: Xavier G <xavier@tuxfamily.org> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
2a2ad84d8d
commit
f338439bd7
3 changed files with 130 additions and 3 deletions
|
|
@ -59,5 +59,5 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
return iter([])
|
||||
|
||||
def iter_history(self, account):
|
||||
""" TODO Not supported yet """
|
||||
return iter([])
|
||||
for history in self.browser.get_history(account):
|
||||
yield history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue