main
Bob Mottram 2019-11-18 11:57:10 +00:00
parent 4b1013cd45
commit 077709f180
1 changed files with 1 additions and 1 deletions

View File

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