Merge branch 'main' of gitlab.com:bashrc2/epicyon

merge-requests/30/head
Bob Mottram 2022-02-25 14:03:48 +00:00
commit aeb7283e45
2 changed files with 7 additions and 4 deletions

View File

@ -1829,8 +1829,7 @@ class PubServer(BaseHTTPRequestHandler):
print('AUTH: epicyon cookie ' +
'authorization failed, header=' +
self.headers['Cookie'].replace('epicyon=', '') +
' token_str=' + token_str + ' tokens=' +
str(self.server.tokens_lookup))
' token_str=' + token_str)
return False
print('AUTH: Header cookie was not authorized')
return False

View File

@ -3891,8 +3891,12 @@ def _create_box_indexed(recent_posts_cache: {},
print('WARN: features timeline. ' +
'Unable to locate post ' + post_url)
else:
print('WARN: Unable to locate post ' + post_url +
' nickname ' + nickname)
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)
if total_posts_count < 3:
print('Posts added to json timeline ' + boxname + ': ' +