Skip to content

Commit

Permalink
Replace http by https in schedule script
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 15, 2024
1 parent 01395e0 commit 5e4c573
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 @@ -150,4 +150,4 @@ def clean_talk(talk):
for room in rooms.values()
for speaker in room["speakers"]
},
}))
}).replace('http://cfp.pycon.fr/', 'https://cfp.pycon.fr/'))

0 comments on commit 5e4c573

Please sign in to comment.