fix blobs patch #66
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ def clean_emoji_name(name):
|
|||
.replace("emoji-u", "")\
|
||||
.replace("emoji-", "")\
|
||||
.replace("-fe0f", "")\
|
||||
.replace("-200d", "")
|
||||
.replace("-200d", "")\
|
||||
.replace(".webp", ".png")
|
||||
return name
|
||||
|
||||
|
||||
|
|
Reference in a new issue