badges: attempt #1 at fixing the sar script
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b873047365
commit
5617ad026c
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ def main():
|
|||
'website': person.website,
|
||||
'bio': person.bio,
|
||||
'created_on': person.created_on.isoformat(),
|
||||
'last_login': person.last_login.isoformat(),
|
||||
'last_login': person.last_login.isoformat()
|
||||
if person.last_login else 'unknown',
|
||||
'opt_out': person.opt_out,
|
||||
'rank': person.rank,
|
||||
'assertions': []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue