From 78d21f6afaa102a678592616ea2a085058df7aae Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Mon, 6 Jun 2022 22:18:32 +0200 Subject: [PATCH] Add webcam to Buttonleiste. --- wrpylib/templates/sledrun_wikitext.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wrpylib/templates/sledrun_wikitext.txt b/wrpylib/templates/sledrun_wikitext.txt index 13febab..1d4cc76 100644 --- a/wrpylib/templates/sledrun_wikitext.txt +++ b/wrpylib/templates/sledrun_wikitext.txt @@ -60,6 +60,7 @@ 'ForumId': forum_id, 'Impressionen': impressions_title, 'Wetter': 'Ja' if position else '', + 'webcam': webcams[0].url if webcams and webcams|length > 0 else '', 'video': videos[0].url if videos and videos|length > 0 else '', 'Korrektur': 'Seite', 'Korrektur_To': correction_email, -- 2.39.5