More description

main2
Bob Mottram 2019-09-29 16:49:08 +01:00
parent c8d25f85cb
commit 3ed5e83a90
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \
emojiDict=commentjson.load(fp)
break
except Exception as e:
print(e)
print('Failed to load emoji: '+baseDir+'/emoji/emoji.json '+e)
time.sleep(1)
emojiDictCtr+=1