From ed3c85ec5d791abca763db176847a4a9beadaa22 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 16 Oct 2023 13:55:59 +0100 Subject: [PATCH] Function name --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index b728e03ad..7a7917db0 100644 --- a/posts.py +++ b/posts.py @@ -2814,7 +2814,7 @@ def send_post(signing_priv_key_pem: str, project_version: str, inbox_url_domain, _ = get_domain_from_actor(inbox_url) if inbox_url_domain: if inbox_url_domain != to_domain: - print('send_signed_json ' + + print('send_post ' + 'inbox domain is not the same as instance domain ' + inbox_url_domain + ' != ' + to_domain) to_domain = inbox_url_domain