forked from indymedia/epicyon
Check for none
parent
3179a37975
commit
c86c1925a4
|
@ -3808,6 +3808,9 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
storeToCache=True) -> str:
|
storeToCache=True) -> str:
|
||||||
""" Shows a single post as html
|
""" Shows a single post as html
|
||||||
"""
|
"""
|
||||||
|
if not postJsonObject:
|
||||||
|
return ''
|
||||||
|
|
||||||
# benchmark
|
# benchmark
|
||||||
postStartTime = time.time()
|
postStartTime = time.time()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue