]> ToastFreeware Gitweb - philipp/winterrodeln/wrpylib.git/commitdiff
Fix typo in summary.
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Sun, 5 Jun 2022 16:34:37 +0000 (18:34 +0200)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Sun, 5 Jun 2022 16:34:37 +0000 (18:34 +0200)
bots/sledrun_wikitext_from_json.py

index 73367bde8c5605378a0c7cc1739d4b4192885435..3c1473bf43025313b242524579d9589ff1fa641a 100644 (file)
@@ -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)