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)