forked from indymedia/epicyon
Rename function
parent
f7ccde8606
commit
c135486059
|
@ -106,7 +106,7 @@ def saveIndividualPostAsHtmlToCache(baseDir: str,
|
|||
return False
|
||||
|
||||
|
||||
def getPostFromRecent(session,
|
||||
def getPostFromRecentCache(session,
|
||||
baseDir: str,
|
||||
httpPrefix: 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
|
||||
postHtml = \
|
||||
getPostFromRecent(session, baseDir,
|
||||
getPostFromRecentCache(session, baseDir,
|
||||
httpPrefix, nickname, domain,
|
||||
postJsonObject,
|
||||
postActor,
|
||||
|
|
Loading…
Reference in New Issue