mirror of https://gitlab.com/bashrc2/epicyon
Avatar url
parent
8e8dda6370
commit
2c36f0a92d
|
@ -2594,8 +2594,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
self.server.personCache,
|
||||
None, True)
|
||||
profilePathStr += \
|
||||
'?options=' + actor + ';1;' + \
|
||||
'/avatars/' + avatarUrl.replace('/', '-')
|
||||
'?options=' + actor + ';1;' + avatarUrl
|
||||
print('profilePathStr: ' + profilePathStr)
|
||||
|
||||
self._showPersonOptions(callingDomain, profilePathStr,
|
||||
|
|
Loading…
Reference in New Issue