diff --git a/posts.py b/posts.py index bf68d855c..2786560d9 100644 --- a/posts.py +++ b/posts.py @@ -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)