merge-requests/30/head
Bob Mottram 2023-08-03 14:50:55 +01:00
parent c0375fbf73
commit 45d72880b7
1 changed files with 1 additions and 1 deletions

View File

@ -5553,7 +5553,7 @@ def download_announce(session, base_dir: str, http_prefix: str,
if '/statuses/' not in announced_json['id'] and \
'/objects/' not in announced_json['id']:
print('WARN: announced post id does not contain /statuses/ ' +
'or /objects/' + str(announced_json))
'or /objects/ ' + str(announced_json))
_reject_announce(announce_filename,
base_dir, nickname, domain, post_id,
recent_posts_cache)