From eb2f67bba14497fdf5621ad0bcac3ae07be0b528 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Sep 2019 13:02:31 +0100 Subject: [PATCH] Try with no webfinger domain --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 7dd7adbb..388f124f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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)