Only one argument

main
Bob Mottram 2021-06-22 12:01:45 +01:00
parent d42ee647d3
commit 55c351e8a6
1 changed files with 1 additions and 1 deletions

View File

@ -3362,7 +3362,7 @@ def expireCache(baseDir: str, personCache: {},
while True: while True:
# once per day # once per day
time.sleep(60 * 60 * 24) time.sleep(60 * 60 * 24)
expirePersonCache(baseDir, personCache) expirePersonCache(personCache)
archivePosts(baseDir, httpPrefix, archiveDir, recentPostsCache, archivePosts(baseDir, httpPrefix, archiveDir, recentPostsCache,
maxPostsInBox) maxPostsInBox)