Print json string

master
Bob Mottram 2019-08-18 10:58:28 +01:00
parent 94d93eb4ef
commit 1997f9ee1b
1 changed files with 1 additions and 0 deletions

View File

@ -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)