From 74135365314d7b9fc4985cb6a082f4029b1cf327 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Aug 2019 12:19:32 +0100 Subject: [PATCH] Debug --- content.py | 1 + 1 file changed, 1 insertion(+) diff --git a/content.py b/content.py index 52fdaebab..fd10f6023 100644 --- a/content.py +++ b/content.py @@ -163,6 +163,7 @@ def addHtmlTags(baseDir: str,httpPrefix: str, \ wordStr=wordStr[1:] newWords.append(wordStr) words=newWords + print(str(words)) replaceMentions={} replaceHashTags={}