From 8b6dd0798d001b915695e69bcb436d4193b5c175 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 Nov 2019 12:50:03 +0000 Subject: [PATCH] Remove colon --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)