From 55c351e8a60deda6ef0777ed70014f23c6084c15 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Jun 2021 12:01:45 +0100 Subject: [PATCH] Only one argument --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 6e275d45f..5b54e0c8c 100644 --- a/posts.py +++ b/posts.py @@ -3362,7 +3362,7 @@ def expireCache(baseDir: str, personCache: {}, while True: # once per day time.sleep(60 * 60 * 24) - expirePersonCache(baseDir, personCache) + expirePersonCache(personCache) archivePosts(baseDir, httpPrefix, archiveDir, recentPostsCache, maxPostsInBox)