summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()