Function name

merge-requests/30/head
Bob Mottram 2023-10-16 13:55:59 +01:00
parent 05c6d5b794
commit ed3c85ec5d
1 changed files with 1 additions and 1 deletions

View File

@ -2814,7 +2814,7 @@ def send_post(signing_priv_key_pem: str, project_version: str,
inbox_url_domain, _ = get_domain_from_actor(inbox_url) inbox_url_domain, _ = get_domain_from_actor(inbox_url)
if inbox_url_domain: if inbox_url_domain:
if inbox_url_domain != to_domain: if inbox_url_domain != to_domain:
print('send_signed_json ' + print('send_post ' +
'inbox domain is not the same as instance domain ' + 'inbox domain is not the same as instance domain ' +
inbox_url_domain + ' != ' + to_domain) inbox_url_domain + ' != ' + to_domain)
to_domain = inbox_url_domain to_domain = inbox_url_domain