mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
fcb2a7404f
commit
dda607ff00
3
posts.py
3
posts.py
|
@ -3382,7 +3382,6 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
print('Post not added to timeline')
|
print('Post not added to timeline')
|
||||||
print('postsInBox: ' + str(len(postsInBox)))
|
|
||||||
|
|
||||||
# read the post from file
|
# read the post from file
|
||||||
fullPostFilename = \
|
fullPostFilename = \
|
||||||
|
@ -3401,7 +3400,6 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
print('WARN: Unable to add post ' + postUrl +
|
print('WARN: Unable to add post ' + postUrl +
|
||||||
' nickname ' + nickname +
|
' nickname ' + nickname +
|
||||||
' timeline ' + boxname)
|
' timeline ' + boxname)
|
||||||
print('postsInBox: ' + str(len(postsInBox)))
|
|
||||||
else:
|
else:
|
||||||
if timelineNickname != nickname:
|
if timelineNickname != nickname:
|
||||||
# if this is the features timeline
|
# if this is the features timeline
|
||||||
|
@ -3417,7 +3415,6 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
print('WARN: Unable to add features post ' +
|
print('WARN: Unable to add features post ' +
|
||||||
postUrl + ' nickname ' + nickname +
|
postUrl + ' nickname ' + nickname +
|
||||||
' timeline ' + boxname)
|
' timeline ' + boxname)
|
||||||
print('postsInBox: ' + str(len(postsInBox)))
|
|
||||||
else:
|
else:
|
||||||
print('WARN: features timeline. ' +
|
print('WARN: features timeline. ' +
|
||||||
'Unable to locate post ' + postUrl)
|
'Unable to locate post ' + postUrl)
|
||||||
|
|
Loading…
Reference in New Issue