creditdunord fix crash on accounts which doesn't support history
This commit is contained in:
parent
be53563e9b
commit
f7f700bd43
1 changed files with 2 additions and 1 deletions
|
|
@ -257,7 +257,8 @@ class TransactionsPage(CDNBasePage):
|
|||
# there is no transactions for this account, this is normal.
|
||||
return
|
||||
else:
|
||||
raise BrokenPageError('Unable to find transactions list in scripts')
|
||||
# No history on this account
|
||||
return
|
||||
|
||||
data = json.loads('[%s]' % txt.replace('"', '\\"').replace("'", '"'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue