mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
4b1013cd45
commit
077709f180
2
posts.py
2
posts.py
|
@ -2384,7 +2384,7 @@ def createBoxIndexed(session,baseDir: str,boxname: str, \
|
|||
fullPostFilename= \
|
||||
locatePost(baseDir,nickname,domain,postUrl,False)
|
||||
if fullPostFilename:
|
||||
if not isTimelinePost(fullPostFilename,boxnamem,postsInBox):
|
||||
if not isTimelinePost(fullPostFilename,boxname,postsInBox):
|
||||
continue
|
||||
postsCtr+=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue