mirror of https://gitlab.com/bashrc2/epicyon
Check that emoji dict was loaded
parent
3a31230f9c
commit
570937d8f7
|
@ -904,6 +904,7 @@ def addHtmlTags(baseDir: str, httpPrefix: str,
|
|||
if os.path.isfile(baseDir + '/emojicustom/emoji.json'):
|
||||
customEmojiDict = \
|
||||
loadJson(baseDir + '/emojicustom/emoji.json')
|
||||
if customEmojiDict:
|
||||
emojiDict = \
|
||||
dict(emojiDict.items() + customEmojiDict.items())
|
||||
|
||||
|
|
Loading…
Reference in New Issue