mirror of https://gitlab.com/bashrc2/epicyon
Get posts a second time
parent
a7872e7c7f
commit
a24959fa66
1
posts.py
1
posts.py
|
@ -2285,6 +2285,7 @@ def archivePostsForPerson(httpPrefix: str,nickname: str,domain: str,baseDir: str
|
||||||
|
|
||||||
postsInBoxDict={}
|
postsInBoxDict={}
|
||||||
postsCtr=0
|
postsCtr=0
|
||||||
|
postsInBox=os.scandir(boxDir)
|
||||||
for postFilename in postsInBox:
|
for postFilename in postsInBox:
|
||||||
postFilename=postFilename.name
|
postFilename=postFilename.name
|
||||||
if not postFilename.endswith('.json'):
|
if not postFilename.endswith('.json'):
|
||||||
|
|
Loading…
Reference in New Issue