Extra comma

main
Bob Mottram 2022-01-30 18:13:02 +00:00
parent d179b1749a
commit 42e53b5cef
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -775,5 +775,5 @@
"lavabit": "lavabit",
"libreoffice": "libreoffice",
"xmpp": "xmpp",
"jabber": "xmpp",
"jabber": "xmpp"
}