ooops
This commit is contained in:
parent
66d68c50fb
commit
1737ed017c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class AccountHistory(BasePage):
|
||||||
url = self.get_part_url()
|
url = self.get_part_url()
|
||||||
if url is None:
|
if url is None:
|
||||||
# There are no transactions in this kind of account
|
# There are no transactions in this kind of account
|
||||||
return iter([])
|
return
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
d = XML(self.browser.readurl(url))
|
d = XML(self.browser.readurl(url))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue