Convert to string

main2
Bob Mottram 2019-09-29 20:51:12 +01:00
parent 4f0db03374
commit 430df2480e
1 changed files with 1 additions and 1 deletions

View File

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