main2
Bob Mottram 2019-10-19 13:08:18 +01:00
parent d6e16c9b5d
commit 6052729665
1 changed files with 1 additions and 0 deletions

View File

@ -1731,6 +1731,7 @@ def loadIndividualPostAsHtmlFromCache(baseDir: str,nickname: str,domain: str, \
postJsonObject: {}) -> str:
"""If a cached html version of the given post exists then load it and
return the html text
This is much quicker than generating the html from the json object
"""
cachedPostFilename=getCachedPostFilename(baseDir,nickname,domain,postJsonObject)