Skip to content

Commit

Permalink
now in schedule button show the speaker name and surname
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroRamosRguez committed Nov 6, 2019
1 parent 40faf16 commit 679b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_card(speaker_info: object) -> object:
"imageUri": BASE_URL + speaker_info['speakers'][0]['photo'],
"buttons": [
{
"text": "prueba button"
"text": f"{speaker_info['speakers'][0]['name']} {speaker_info['speakers'][0]['surname']}"
}
]
},
Expand Down

0 comments on commit 679b907

Please sign in to comment.