mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
3d98a9f63e
commit
3c1c259849
|
@ -81,7 +81,6 @@ def htmlSearchEmoji(cssCache: {}, translate: {},
|
|||
customEmojiJson = None
|
||||
if os.path.isfile(customEmojiLookupFilename):
|
||||
customEmojiJson = loadJson(customEmojiLookupFilename)
|
||||
if customEmojiJson:
|
||||
emojiJson = dict(emojiJson, **customEmojiJson)
|
||||
results = {}
|
||||
for emojiName, filename in emojiJson.items():
|
||||
|
|
Loading…
Reference in New Issue