mirror of https://gitlab.com/bashrc2/epicyon
Show errors
parent
13a16bec18
commit
9ac770dc50
2
posts.py
2
posts.py
|
@ -1345,7 +1345,7 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \
|
||||||
|
|
||||||
if wfRequest.get('errors'):
|
if wfRequest.get('errors'):
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: webfinger for '+handle+' failed with errors '+str(wfRequest))
|
print('DEBUG: webfinger for '+handle+' failed with errors '+str(wfRequest['errors']))
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
if not clientToServer:
|
if not clientToServer:
|
||||||
|
|
Loading…
Reference in New Issue