get card history as far as we can
This commit is contained in:
parent
bf177f71ad
commit
efceda7153
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class BPBrowser(BaseBrowser):
|
|||
"""
|
||||
ops = self.page.get_history(deferred=True)
|
||||
|
||||
while len(ops) > 0:
|
||||
while 1:
|
||||
for tr in ops:
|
||||
yield tr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue