diff --git a/posts.py b/posts.py index dbf0dc2fe..a2340eaa1 100644 --- a/posts.py +++ b/posts.py @@ -3148,6 +3148,7 @@ def _createBoxIndexed(recentPostsCache: {}, baseDir + '/accounts/' + timelineNickname + '@' + domain + \ '/' + indexBoxName + '.index' postsCtr = 0 + postsAddedToTimeline = 0 if os.path.isfile(indexFilename): with open(indexFilename, 'r') as indexFile: postsAddedToTimeline = 0