forked from indymedia/epicyon
Comment
parent
d6e16c9b5d
commit
6052729665
|
@ -1731,6 +1731,7 @@ def loadIndividualPostAsHtmlFromCache(baseDir: str,nickname: str,domain: str, \
|
||||||
postJsonObject: {}) -> str:
|
postJsonObject: {}) -> str:
|
||||||
"""If a cached html version of the given post exists then load it and
|
"""If a cached html version of the given post exists then load it and
|
||||||
return the html text
|
return the html text
|
||||||
|
This is much quicker than generating the html from the json object
|
||||||
"""
|
"""
|
||||||
cachedPostFilename=getCachedPostFilename(baseDir,nickname,domain,postJsonObject)
|
cachedPostFilename=getCachedPostFilename(baseDir,nickname,domain,postJsonObject)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue