Set variable

main
Bob Mottram 2021-03-06 20:00:24 +00:00
parent b67063113e
commit fb096f5d92
1 changed files with 1 additions and 0 deletions

View File

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