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:
|
||||
# combine emoji dicts one by one
|
||||
for ename, eitem in custom_emoji_dict.items():
|
||||
if ename and eitem:
|
||||
if not emoji_dict.get(ename):
|
||||
emoji_dict[ename] = eitem
|
||||
|
||||
|
|
|
@ -775,5 +775,5 @@
|
|||
"lavabit": "lavabit",
|
||||
"libreoffice": "libreoffice",
|
||||
"xmpp": "xmpp",
|
||||
"jabber": "xmpp",
|
||||
"jabber": "xmpp"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue