Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon

main
Bob Mottram 2021-06-22 12:07:35 +01:00
commit cb06968413
1 changed files with 1 additions and 1 deletions

View File

@ -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)