From 45d72880b740936c32f1547c5fc9adb82149473b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Aug 2023 14:50:55 +0100 Subject: [PATCH] Space --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)