From ffd290b6818db35569efc7c8efa2f8b9e4c8c496 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 9 Oct 2019 19:26:54 +0100 Subject: [PATCH] Debug --- content.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.py b/content.py index 10dc7e08..5695b98d 100644 --- a/content.py +++ b/content.py @@ -311,8 +311,10 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \ if ':' in wordStr: print('TAG: emoji located - '+wordStr) wordStr2=wordStr.split(':')[1] + print('TAG: wordStr2a - '+wordStr2) if ':' in wordStr2: wordStr2=wordStr2.split(':')[0] + print('TAG: wordStr2b - '+wordStr2) if not emojiDict: print('Loading emoji lookup') if not os.path.isfile(baseDir+'/emoji/emoji.json'):