diff --git a/posts.py b/posts.py index 6e541391..ed707abe 100644 --- a/posts.py +++ b/posts.py @@ -2390,7 +2390,7 @@ def createBoxIndexed(session,baseDir: str,boxname: str, \ fullPostFilename= \ locatePost(baseDir,nickname,domain,postUrl,False) if fullPostFilename: - isTimelinePost(fullPostFilename,boxname,postsInBox): + isTimelinePost(fullPostFilename,boxname,postsInBox) postsCtr+=1 else: print('WARN: unable to locate post '+postUrl)