From 605272966503323fe03398fd322765afcfd5e02c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 19 Oct 2019 13:08:18 +0100 Subject: [PATCH] Comment --- webinterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webinterface.py b/webinterface.py index 42ae6c4e..0daf46d3 100644 --- a/webinterface.py +++ b/webinterface.py @@ -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)