Extra debug

main2
Bob Mottram 2019-10-21 17:27:45 +01:00
parent 79d43fa7b6
commit 29f369d702
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def postJsonString(session,postJsonStr: str, \
if postResult.status_code==401:
print('WARN: >>> Post to '+inboxUrl+' is unauthorized <<<')
else:
print('WARN: Failed to post to '+inboxUrl)
print('WARN: Failed to post to '+inboxUrl+' with headers '+str(headers))
print('status code '+str(postResult.status_code))
return False
return True