mirror of https://gitlab.com/bashrc2/epicyon
Debug message for news post
parent
9647b864bb
commit
c895cdaea5
4
posts.py
4
posts.py
|
@ -3890,6 +3890,10 @@ def _create_box_indexed(recent_posts_cache: {},
|
|||
else:
|
||||
print('WARN: features timeline. ' +
|
||||
'Unable to locate post ' + post_url)
|
||||
else:
|
||||
if timeline_nickname == 'news':
|
||||
print('WARN: Unable to locate news post ' +
|
||||
post_url + ' nickname ' + nickname)
|
||||
else:
|
||||
print('WARN: Unable to locate post ' + post_url +
|
||||
' nickname ' + nickname)
|
||||
|
|
Loading…
Reference in New Issue