Rename function

main
Bob Mottram 2020-12-01 09:45:35 +00:00
parent f7ccde8606
commit c135486059
1 changed files with 32 additions and 32 deletions

View File

@ -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,