mirror of https://gitlab.com/bashrc2/epicyon
Extra emoji
parent
6111c596ad
commit
2d3c826eb4
|
@ -582,5 +582,6 @@
|
|||
"firefox": "firefox",
|
||||
"dove": "dove",
|
||||
"unspecifiedgoose": "unspecifiedgoose",
|
||||
"lesbian_heart": "lesbian_heart"
|
||||
"lesbian_heart": "lesbian_heart",
|
||||
"heart_trans": "heart_trans"
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
|
@ -106,6 +106,7 @@ def getPersonAvatarUrl(baseDir: str,personUrl: str,personCache: {}) -> str:
|
|||
"""
|
||||
personJson = getPersonFromCache(baseDir,personUrl,personCache)
|
||||
if personJson:
|
||||
# get from locally stored image
|
||||
actorStr=personJson['id'].replace('/','-')
|
||||
avatarImageFilename=baseDir+'/cache/avatars/'+actorStr+'.png'
|
||||
if os.path.isfile(avatarImageFilename):
|
||||
|
|
Loading…
Reference in New Issue