mirror of https://gitlab.com/bashrc2/epicyon
Set variable
parent
b67063113e
commit
fb096f5d92
1
posts.py
1
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
|
||||
|
|
Loading…
Reference in New Issue