mirror of https://gitlab.com/bashrc2/epicyon
Simplify
parent
c1c47ff94c
commit
2a4aab4b30
|
@ -875,8 +875,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
recentPostsCache.get('index'):
|
recentPostsCache.get('index'):
|
||||||
postId = \
|
postId = \
|
||||||
removeIdEnding(item['id']).replace('/', '#')
|
removeIdEnding(item['id']).replace('/', '#')
|
||||||
if postId in recentPostsCache['index']:
|
|
||||||
if not item.get('muted'):
|
|
||||||
if recentPostsCache['html'].get(postId):
|
if recentPostsCache['html'].get(postId):
|
||||||
currTlStr = recentPostsCache['html'][postId]
|
currTlStr = recentPostsCache['html'][postId]
|
||||||
currTlStr = \
|
currTlStr = \
|
||||||
|
@ -887,8 +885,6 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
_logTimelineTiming(enableTimingLog,
|
_logTimelineTiming(enableTimingLog,
|
||||||
timelineStartTime,
|
timelineStartTime,
|
||||||
boxName, '10')
|
boxName, '10')
|
||||||
else:
|
|
||||||
print('Muted post in timeline ' + boxName)
|
|
||||||
|
|
||||||
if not currTlStr:
|
if not currTlStr:
|
||||||
_logTimelineTiming(enableTimingLog,
|
_logTimelineTiming(enableTimingLog,
|
||||||
|
|
Loading…
Reference in New Issue