forked from indymedia/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 debug:
|
||||
print('DEBUG: webfinger for '+handle+' failed with errors '+str(wfRequest))
|
||||
print('DEBUG: webfinger for '+handle+' failed with errors '+str(wfRequest['errors']))
|
||||
return 1
|
||||
|
||||
if not clientToServer:
|
||||
|
|
Loading…
Reference in New Issue