From 5e4c5734302a2e3b83d014e567b9620c619ef369 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 15 Sep 2024 21:51:41 +0200 Subject: [PATCH] Replace http by https in schedule script --- schedule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.py b/schedule.py index 21d8515..90dcc2e 100644 --- a/schedule.py +++ b/schedule.py @@ -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/'))