mirror of https://gitlab.com/bashrc2/epicyon
Debug message for news post
parent
9647b864bb
commit
c895cdaea5
8
posts.py
8
posts.py
|
@ -3891,8 +3891,12 @@ def _create_box_indexed(recent_posts_cache: {},
|
||||||
print('WARN: features timeline. ' +
|
print('WARN: features timeline. ' +
|
||||||
'Unable to locate post ' + post_url)
|
'Unable to locate post ' + post_url)
|
||||||
else:
|
else:
|
||||||
print('WARN: Unable to locate post ' + post_url +
|
if timeline_nickname == 'news':
|
||||||
' nickname ' + nickname)
|
print('WARN: Unable to locate news post ' +
|
||||||
|
post_url + ' nickname ' + nickname)
|
||||||
|
else:
|
||||||
|
print('WARN: Unable to locate post ' + post_url +
|
||||||
|
' nickname ' + nickname)
|
||||||
|
|
||||||
if total_posts_count < 3:
|
if total_posts_count < 3:
|
||||||
print('Posts added to json timeline ' + boxname + ': ' +
|
print('Posts added to json timeline ' + boxname + ': ' +
|
||||||
|
|
Loading…
Reference in New Issue