Skip to content

Commit

Permalink
Fix avatar URLs for COVID-19 volunteers
Browse files Browse the repository at this point in the history
  • Loading branch information
turicas committed May 17, 2024
1 parent 1f6348c commit 934d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covid19/scripts/atualiza_voluntarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def make_row(row, active):
return {
"name": row.name,
"personal_url": row.personal_url,
"avatar_url": f"https://chat.brasil.io/avatar/{row.username_chat}",
"avatar_url": f"https://data.brasil.io/mirror/covid19/voluntarios/{row.username_chat}.jpeg",
"active": active,
}

Expand Down

0 comments on commit 934d82a

Please sign in to comment.