From: Philipp Spitzer Date: Sun, 5 Jun 2022 16:34:37 +0000 (+0200) Subject: Fix typo in summary. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/3f49a0351b3bc77baba585e7831693d7ca3b419a Fix typo in summary. --- diff --git a/bots/sledrun_wikitext_from_json.py b/bots/sledrun_wikitext_from_json.py index 73367bd..3c1473b 100644 --- a/bots/sledrun_wikitext_from_json.py +++ b/bots/sledrun_wikitext_from_json.py @@ -56,7 +56,7 @@ class SledrunFromJsonBot( if sledrun_impressions_page.exists(): impressions = sledrun_impressions_page.title() text = create_sledrun_wiki(sledrun_json, map_json, impressions) - summary = 'Rodelbahnbeschreibung von aus JSON Daten aktualisiert.' + summary = 'Rodelbahnbeschreibung aus JSON Daten aktualisiert.' self.put_current(text, summary=summary)