master
Bob Mottram 2019-08-26 12:35:10 +01:00
parent 83668aff9d
commit 142088a0ca
1 changed files with 1 additions and 1 deletions

View File

@ -86,8 +86,8 @@ def postJsonString(session,postJsonStr: str, \
return None
postResult = session.post(url = inboxUrl, data = postJsonStr, headers=headers)
print('>>>>>>>>>postResult: '+str(postResult))
if postResult:
print(str(postResult))
if 'not found' in postResult.text:
print('WARN: Failed to post to '+inboxUrl)
return None