From 077709f180355d2c4be6f8a632add6a9b3796480 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 Nov 2019 11:57:10 +0000 Subject: [PATCH] Typo --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 691413d3d..1ae964e81 100644 --- a/posts.py +++ b/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