mirror of https://gitlab.com/bashrc2/epicyon
Variable name
parent
c59a80f3a7
commit
583c4a239d
|
@ -1705,7 +1705,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
|||
storeToCache=True) -> str:
|
||||
""" Shows a single post as html
|
||||
"""
|
||||
if not showPublicOnly and storeToCache and boxname!='tlmedia':
|
||||
if not showPublicOnly and storeToCache and boxName!='tlmedia':
|
||||
postHtml= \
|
||||
loadIndividualPostAsHtmlFromCache(baseDir,nickname,domain, \
|
||||
postJsonObject)
|
||||
|
@ -2092,7 +2092,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
|||
else:
|
||||
postHtml=galleryStr
|
||||
|
||||
if not showPublicOnly and storeToCache and boxname!='tlmedia':
|
||||
if not showPublicOnly and storeToCache and boxName!='tlmedia':
|
||||
saveIndividualPostAsHtmlToCache(baseDir,nickname,domain, \
|
||||
postJsonObject,postHtml)
|
||||
|
||||
|
|
Loading…
Reference in New Issue