forked from indymedia/epicyon
Debug
parent
a153a78601
commit
9b3140aa1a
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue