alt-html-css
Bob Mottram 2020-12-30 12:02:00 +00:00
parent a153a78601
commit 9b3140aa1a
1 changed files with 3 additions and 1 deletions

View File

@ -2584,9 +2584,11 @@ class PubServer(BaseHTTPRequestHandler):
actor, actor,
self.server.personCache, self.server.personCache,
None, True) None, True)
profilePathStr = profilePathStr + \ profilePathStr += \
'?options=' + actor + ';1;' + \ '?options=' + actor + ';1;' + \
'/avatars/' + avatarUrl.replace('/', '-') '/avatars/' + avatarUrl.replace('/', '-')
print('profilePathStr: ' + profilePathStr)
self._showPersonOptions(callingDomain, profilePathStr, self._showPersonOptions(callingDomain, profilePathStr,
baseDir, httpPrefix, baseDir, httpPrefix,
domain, domainFull, domain, domainFull,