diff --git a/content.py b/content.py index 666cd774..82dd5204 100644 --- a/content.py +++ b/content.py @@ -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