main
Bob Mottram 2021-06-07 09:59:43 +01:00
parent 34d2576ed2
commit 688082f897
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ from session import postJson
def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None:
"""Creates initial lastseen files for all follows
"""Creates initial lastseen files for all follows.
The lastseen files are used to generate the Zzz icons on
follows/following lists on the profile screen.
"""
for subdir, dirs, files in os.walk(baseDir + '/accounts'):
for acct in dirs: