From fb5528e8f7427dd7ef2a37f8681481e283b5e0a0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Sep 2019 12:59:40 +0100 Subject: [PATCH] Try with no domain --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index b817c0b3a..7dd7adbbe 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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)