From c07fa1e0eb8f1f671ab6221eb038a662787fdf6f Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Thu, 16 Jun 2022 17:42:27 +0200 Subject: [PATCH] Update summary text. --- bots/update_sledrun_json_from_wikitext_see_also.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/update_sledrun_json_from_wikitext_see_also.py b/bots/update_sledrun_json_from_wikitext_see_also.py index 4b2fdea..a46c260 100644 --- a/bots/update_sledrun_json_from_wikitext_see_also.py +++ b/bots/update_sledrun_json_from_wikitext_see_also.py @@ -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') -- 2.39.5