summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar klea2026-06-02 05:54:59 +0000
committerGravatar klea2026-06-02 05:54:59 +0000
commit46456c10dca4571300d2ca6d4bbbf2996b86f19b (patch)
tree429b163a6a8abe1f2a0c664da44546fff5bd44dd
parentwikibot-manual: Fix abdetails (diff)
signature
wikibot-m(ab): Use atf prefix HEAD main
-rw-r--r--wikibot-manual/archivebot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wikibot-manual/archivebot.py b/wikibot-manual/archivebot.py
index d52a647..1afc9d8 100644
--- a/wikibot-manual/archivebot.py
+++ b/wikibot-manual/archivebot.py
@@ -291,7 +291,7 @@ Do not edit this table, it is automatically updated by bot. There is a [[{{FULLP
else:
print("No changes needed in", page.title())
- cleanArchiveBotCache()
+ archiveteamfun.cleanArchiveBotCache()
if __name__ == '__main__':
main()