From 29f369d70290ac113371fdcc167faf76d552bc31 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Oct 2019 17:27:45 +0100 Subject: [PATCH] Extra debug --- session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.py b/session.py index 1ac6a825b..b3f9129ea 100644 --- a/session.py +++ b/session.py @@ -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