Indentation

main2
Bob Mottram 2019-10-09 19:34:59 +01:00
parent 9ad5b34002
commit 9f5bf60af0
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \
except Exception as e:
print('Failed to load emoji: '+baseDir+'/emoji/emoji.json '+str(e))
time.sleep(1)
emojiDictCtr+=1
emojiDictCtr+=1
print('TAG: looking up emoji for :'+wordStr2+':')
addEmoji(baseDir,':'+wordStr2+':',httpPrefix,originalDomain,replaceEmoji,hashtags,emojiDict)