From 30dfa777744ff257192f95b451d476d237d3d802 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 9 Oct 2019 19:16:06 +0100 Subject: [PATCH] Debug --- content.py | 1 + 1 file changed, 1 insertion(+) diff --git a/content.py b/content.py index 3bb773896..10dc7e080 100644 --- a/content.py +++ b/content.py @@ -309,6 +309,7 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \ continue if len(wordStr)>2: if ':' in wordStr: + print('TAG: emoji located - '+wordStr) wordStr2=wordStr.split(':')[1] if ':' in wordStr2: wordStr2=wordStr2.split(':')[0]