From 1997f9ee1bec5502004564d3bfe91a9a105b5d14 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 18 Aug 2019 10:58:28 +0100 Subject: [PATCH] Print json string --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index 11463f5f3..7ab2e0c3e 100644 --- a/posts.py +++ b/posts.py @@ -908,6 +908,7 @@ def threadSendPost(session,postJsonStr: str,federationList: [],\ # our work here is done break if debug: + print(postJsonStr) print('DEBUG: json post to '+inboxUrl+' failed. Waiting for '+ \ str(backoffTime)+' seconds.') time.sleep(backoffTime)