Show post result

master
Bob Mottram 2019-08-26 12:09:25 +01:00
parent 31aeeed959
commit 12cce673e5
1 changed files with 1 additions and 1 deletions

View File

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