Try with no webfinger domain

master
Bob Mottram 2019-09-01 13:02:31 +01:00
parent fb5528e8f7
commit eb2f67bba1
1 changed files with 1 additions and 1 deletions

View File

@ -2210,7 +2210,7 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \
profileStr=''
with open(baseDir+'/epicyon-profile.css', 'r') as cssFile:
wf = webfingerHandle(session,searchNickname+'@'+searchDomainFull,httpPrefix,wfRequest, \
domain,projectVersion)
None,projectVersion)
if not wf:
if debug:
print('DEBUG: Unable to webfinger '+searchNickname+'@'+searchDomainFull)