Remove colon

main
Bob Mottram 2019-11-18 12:50:03 +00:00
parent d693bb2e16
commit 8b6dd0798d
1 changed files with 1 additions and 1 deletions

View File

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