diff --git a/posts.py b/posts.py index 17133bd8..c8b0ea0f 100644 --- a/posts.py +++ b/posts.py @@ -920,7 +920,7 @@ def threadSendPost(session,postJsonStr: str,federationList: [],\ if postResult: if debug: - print('DEBUG: json post to '+inboxUrl+' succeeded') + print('DEBUG: successful json post to '+inboxUrl+' ('+str(postResult)+')') # our work here is done break if debug: