mirror of https://gitlab.com/bashrc2/epicyon
warning prefix
parent
65d15b465b
commit
1f06093819
2
posts.py
2
posts.py
|
@ -2160,7 +2160,7 @@ def threadSendPost(session, postJsonStr: str, federationList: [],
|
|||
except Exception as e:
|
||||
print('ERROR: postJsonString failed ' + str(e))
|
||||
if unauthorized:
|
||||
print('threadSendPost: Post is unauthorized ' +
|
||||
print('WARN: threadSendPost: Post is unauthorized ' +
|
||||
inboxUrl + ' ' + postJsonStr)
|
||||
break
|
||||
if postResult:
|
||||
|
|
Loading…
Reference in New Issue