From: Philipp Spitzer Date: Thu, 16 Jun 2022 15:42:27 +0000 (+0200) Subject: Update summary text. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/commitdiff_plain/c07fa1e0eb8f1f671ab6221eb038a662787fdf6f Update summary text. --- 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')