Debug message for news post

merge-requests/30/head
Bob Mottram 2022-02-25 13:42:36 +00:00
parent 9647b864bb
commit c895cdaea5
1 changed files with 6 additions and 2 deletions

View File

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