fix blobs patch

This commit is contained in:
Juby210 2020-06-26 00:02:05 +02:00
parent 9124e4f55a
commit 219967768f
1 changed files with 2 additions and 1 deletions

View File

@ -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