From 65d15b465b2d93c7011ad50afb6f030829a16b5e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 2 Dec 2021 14:16:38 +0000 Subject: [PATCH] Show unauthorized post --- posts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts.py b/posts.py index c91471479..bc8578d0d 100644 --- a/posts.py +++ b/posts.py @@ -2160,8 +2160,8 @@ def threadSendPost(session, postJsonStr: str, federationList: [], except Exception as e: print('ERROR: postJsonString failed ' + str(e)) if unauthorized: - print(postJsonStr) - print('threadSendPost: Post is unauthorized') + print('threadSendPost: Post is unauthorized ' + + inboxUrl + ' ' + postJsonStr) break if postResult: logStr = 'Success on try ' + str(tries) + ': ' + postJsonStr