mirror of https://gitlab.com/bashrc2/epicyon
Show unauthorized post
parent
33b8877144
commit
65d15b465b
4
posts.py
4
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
|
||||
|
|
Loading…
Reference in New Issue