main
Bob Mottram 2023-02-21 13:43:15 +00:00
parent defa0e2c44
commit 7ecab8a500
1 changed files with 2 additions and 1 deletions

View File

@ -5346,7 +5346,8 @@ def download_announce(session, base_dir: str, http_prefix: str,
if not isinstance(announced_json, dict):
print('WARN: announced post json is not a dict - ' +
post_json_object['object'])
post_json_object['object'] + ' ' +
str(announced_json))
_reject_announce(announce_filename,
base_dir, nickname, domain, post_id,
recent_posts_cache)