]> ToastFreeware Gitweb - philipp/winterrodeln/wrpylib.git/commitdiff
Update summary text.
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Thu, 16 Jun 2022 15:42:27 +0000 (17:42 +0200)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Thu, 16 Jun 2022 15:42:27 +0000 (17:42 +0200)
bots/update_sledrun_json_from_wikitext_see_also.py

index 4b2fdeaca93b88238cd30478ba51634f3cfd5349..a46c26027a3df849b54fac4e89d40935f7c2fdc6 100644 (file)
@@ -123,7 +123,7 @@ class UpdateSledrunJsonFromWikiText(
         if sledrun_json == sledrun_json_orig:
             return
         sledrun_json_text = json.dumps(sledrun_json_ordered, ensure_ascii=False, indent=4)
-        summary = 'Information zu "Anderen Rodelbahnen" im Rodelbahn JSON aktualisiert vom Wikitext.'
+        summary = 'Information zu "Siehe auch" im Rodelbahn JSON aktualisiert vom Wikitext.'
         self.userPut(sledrun_json_page, sledrun_json_orig_text, sledrun_json_text, summary=summary, contentmodel='json')