From 12cce673e5caff3fdcd131488f75a998a3094c9a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Aug 2019 12:09:25 +0100 Subject: [PATCH] Show post result --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 17133bd8b..c8b0ea0f1 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: