display accounts without history

This commit is contained in:
Romain Bignon 2012-04-29 22:26:07 +02:00
commit 67ba5b42c0
2 changed files with 4 additions and 1 deletions

View file

@ -91,5 +91,8 @@ class HSBC(BaseBrowser):
return None
def get_history(self, link):
if link is None:
return iter([])
self.location(link)
return self.page.get_operations()