From: Philipp Spitzer Date: Mon, 6 Jun 2022 20:18:32 +0000 (+0200) Subject: Add webcam to Buttonleiste. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/78d21f6afaa102a678592616ea2a085058df7aae Add webcam to Buttonleiste. --- 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,