mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
34d2576ed2
commit
688082f897
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue