From a8689b749cd5ba94d90643336a5da820f8561d18 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 23 Sep 2019 12:22:15 +0100 Subject: [PATCH] Replacing emoji --- content.py | 1 + 1 file changed, 1 insertion(+) diff --git a/content.py b/content.py index 0f61b0b8..036f660f 100644 --- a/content.py +++ b/content.py @@ -144,6 +144,7 @@ def addEmoji(baseDir: str,wordStr: str,httpPrefix: str,domain: str,replaceEmoji: 'name': ':'+emoji+':', 'type': 'Emoji' } + replaceEmoji[wordStr]=''+emoji+'' return True def addMention(wordStr: str,httpPrefix: str,following: str,replaceMentions: {},recipients: [],tags: {}) -> bool: