mirror of https://gitlab.com/bashrc2/epicyon
Exclude E0
parent
dd347d7c17
commit
fab332f780
|
@ -140,7 +140,7 @@ def metadataCustomEmoji(baseDir: str,
|
|||
emojisUrl = httpPrefix + '://' + domainFull + '/emoji'
|
||||
for subdir, dirs, files in os.walk(baseDir + '/emoji'):
|
||||
for f in files:
|
||||
if f.startswith('1F') or f.startswith('00'):
|
||||
if f.startswith('1F') or f.startswith('00') or f.startswith('E0'):
|
||||
continue
|
||||
if not f.endswith('.png'):
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue