CrAgr: now handles history-less accounts, at least for Toulouse-like layouts
This commit is contained in:
parent
58b825c463
commit
0734e5d21c
2 changed files with 15 additions and 4 deletions
|
|
@ -131,6 +131,9 @@ class Cragr(BaseBrowser):
|
|||
return None
|
||||
|
||||
def get_history(self, account):
|
||||
# some accounts may exist without a link to any history page
|
||||
if account.link_id is None:
|
||||
return
|
||||
history_url = account.link_id
|
||||
operations_count = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue