mirror of https://gitlab.com/bashrc2/epicyon
Try with no domain
parent
a662ffa2a2
commit
fb5528e8f7
|
@ -2217,7 +2217,7 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \
|
|||
return None
|
||||
asHeader = {'Accept': 'application/activity+json; profile="https://www.w3.org/ns/activitystreams"'}
|
||||
personUrl = getUserUrl(wf)
|
||||
profileJson = getJson(session,personUrl,asHeader,None,projectVersion,httpPrefix,domain)
|
||||
profileJson = getJson(session,personUrl,asHeader,None,projectVersion,httpPrefix,None)
|
||||
if not profileJson:
|
||||
if debug:
|
||||
print('DEBUG: No actor returned from '+personUrl)
|
||||
|
|
Loading…
Reference in New Issue