diff options
| author | 2026-04-12 14:55:14 +0000 | |
|---|---|---|
| committer | 2026-04-12 14:55:14 +0000 | |
| commit | d82ae01d699e56d2a1ecd09826dbdae6aa79bcc8 (patch) | |
| tree | 9ebc6a23414f1b53d686876f8688d302f0567853 | |
| parent | default.nix: update nixpkgs commit (diff) | |
| signature | ||
wikibot(wbmexclusions): Update change message.
If someone wants, implementing a A or B or A and B would be neat.
| -rw-r--r-- | wikibot/wbmexclusions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wikibot/wbmexclusions.py b/wikibot/wbmexclusions.py index 9586503..9df12c1 100644 --- a/wikibot/wbmexclusions.py +++ b/wikibot/wbmexclusions.py @@ -49,7 +49,7 @@ def handle_page(site, page): if page.text != outputStr: site.login() page.text = outputStr - page.save("Reordered websites") + page.save("Reordered websites and/or updated count.") def main(): site = pywikibot.Site('en', 'ArchiveTeam') |
