File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 "submissions" : [
77 " A8CD3F"
88 ],
9- "avatar " : " https://pretalx.com/media/avatars/picture.jpg" ,
9+ "avatar_url " : " https://pretalx.com/media/avatars/picture.jpg" ,
1010 "answers" : [
1111 {
1212 "id" : 272244 ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class PretalxSpeaker(BaseModel):
4545 code : str
4646 name : str
4747 biography : str | None = None
48- avatar : str
48+ avatar_url : str
4949 submissions : list [str ]
5050 answers : list [PretalxAnswer ]
5151
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def pretalx_speakers_to_europython_speakers(
8383 code = speaker .code ,
8484 name = speaker .name ,
8585 biography = speaker .biography ,
86- avatar = speaker .avatar ,
86+ avatar = speaker .avatar_url ,
8787 slug = speaker_code_to_slug [speaker .code ],
8888 answers = speaker .answers ,
8989 submissions = speaker .submissions ,
You can’t perform that action at this time.
0 commit comments