mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
e7252a643f
commit
ccc814daf5
4
posts.py
4
posts.py
|
@ -147,10 +147,10 @@ def _cleanHtml(rawHtml: str) -> str:
|
||||||
def getUserUrl(wfRequest: {}, sourceId=0) -> str:
|
def getUserUrl(wfRequest: {}, sourceId=0) -> str:
|
||||||
"""Gets the actor url from a webfinger request
|
"""Gets the actor url from a webfinger request
|
||||||
"""
|
"""
|
||||||
# print('getUserUrl: ' + str(sourceId) + ' ' + str(wfRequest))
|
|
||||||
if not wfRequest.get('links'):
|
if not wfRequest.get('links'):
|
||||||
if sourceId == 72367:
|
if sourceId == 72367:
|
||||||
print('getUserUrl failed to get display name for webfinger ' +
|
print('getUserUrl ' + str(sourceId) +
|
||||||
|
' failed to get display name for webfinger ' +
|
||||||
str(wfRequest))
|
str(wfRequest))
|
||||||
else:
|
else:
|
||||||
print('getUserUrl webfinger activity+json contains no links ' +
|
print('getUserUrl webfinger activity+json contains no links ' +
|
||||||
|
|
Loading…
Reference in New Issue