mirror of https://gitlab.com/bashrc2/epicyon
Simplify
parent
2a4aab4b30
commit
9fd12cc646
|
@ -871,8 +871,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
|
|
||||||
# is the post in the memory cache of recent ones?
|
# is the post in the memory cache of recent ones?
|
||||||
currTlStr = None
|
currTlStr = None
|
||||||
if boxName != 'tlmedia' and \
|
if boxName != 'tlmedia' and recentPostsCache.get('html'):
|
||||||
recentPostsCache.get('index'):
|
|
||||||
postId = \
|
postId = \
|
||||||
removeIdEnding(item['id']).replace('/', '#')
|
removeIdEnding(item['id']).replace('/', '#')
|
||||||
if recentPostsCache['html'].get(postId):
|
if recentPostsCache['html'].get(postId):
|
||||||
|
|
Loading…
Reference in New Issue