main2
Bob Mottram 2019-10-09 19:16:06 +01:00
parent 2edff7aa2e
commit 30dfa77774
1 changed files with 1 additions and 0 deletions

View File

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