mirror of https://gitlab.com/bashrc2/epicyon
Extra comma
parent
d179b1749a
commit
42e53b5cef
|
@ -947,6 +947,7 @@ def add_html_tags(base_dir: str, http_prefix: str,
|
||||||
if not emojis_combined:
|
if not emojis_combined:
|
||||||
# combine emoji dicts one by one
|
# combine emoji dicts one by one
|
||||||
for ename, eitem in custom_emoji_dict.items():
|
for ename, eitem in custom_emoji_dict.items():
|
||||||
|
if ename and eitem:
|
||||||
if not emoji_dict.get(ename):
|
if not emoji_dict.get(ename):
|
||||||
emoji_dict[ename] = eitem
|
emoji_dict[ename] = eitem
|
||||||
|
|
||||||
|
|
|
@ -775,5 +775,5 @@
|
||||||
"lavabit": "lavabit",
|
"lavabit": "lavabit",
|
||||||
"libreoffice": "libreoffice",
|
"libreoffice": "libreoffice",
|
||||||
"xmpp": "xmpp",
|
"xmpp": "xmpp",
|
||||||
"jabber": "xmpp",
|
"jabber": "xmpp"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue