forked from indymedia/epicyon
Rename function
parent
f7ccde8606
commit
c135486059
|
@ -106,7 +106,7 @@ def saveIndividualPostAsHtmlToCache(baseDir: str,
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def getPostFromRecent(session,
|
def getPostFromRecentCache(session,
|
||||||
baseDir: str,
|
baseDir: str,
|
||||||
httpPrefix: str,
|
httpPrefix: str,
|
||||||
nickname: str, domain: str,
|
nickname: str, domain: str,
|
||||||
|
@ -1022,7 +1022,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
|
|
||||||
# get the html post from the recent posts cache if it exists there
|
# get the html post from the recent posts cache if it exists there
|
||||||
postHtml = \
|
postHtml = \
|
||||||
getPostFromRecent(session, baseDir,
|
getPostFromRecentCache(session, baseDir,
|
||||||
httpPrefix, nickname, domain,
|
httpPrefix, nickname, domain,
|
||||||
postJsonObject,
|
postJsonObject,
|
||||||
postActor,
|
postActor,
|
||||||
|
|
Loading…
Reference in New Issue