forked from indymedia/epicyon
Try with no webfinger domain
parent
fb5528e8f7
commit
eb2f67bba1
|
@ -2210,7 +2210,7 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \
|
||||||
profileStr=''
|
profileStr=''
|
||||||
with open(baseDir+'/epicyon-profile.css', 'r') as cssFile:
|
with open(baseDir+'/epicyon-profile.css', 'r') as cssFile:
|
||||||
wf = webfingerHandle(session,searchNickname+'@'+searchDomainFull,httpPrefix,wfRequest, \
|
wf = webfingerHandle(session,searchNickname+'@'+searchDomainFull,httpPrefix,wfRequest, \
|
||||||
domain,projectVersion)
|
None,projectVersion)
|
||||||
if not wf:
|
if not wf:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Unable to webfinger '+searchNickname+'@'+searchDomainFull)
|
print('DEBUG: Unable to webfinger '+searchNickname+'@'+searchDomainFull)
|
||||||
|
|
Loading…
Reference in New Issue