mirror of https://gitlab.com/bashrc2/epicyon
Remove test
parent
f564ee71c6
commit
d34e2d256f
|
@ -840,12 +840,12 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
if postId in recentPostsCache['index']:
|
if postId in recentPostsCache['index']:
|
||||||
if not item.get('muted'):
|
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 = \
|
||||||
# preparePostFromHtmlCache(nickname,
|
preparePostFromHtmlCache(nickname,
|
||||||
# currTlStr,
|
currTlStr,
|
||||||
# boxName,
|
boxName,
|
||||||
# pageNumber)
|
pageNumber)
|
||||||
_logTimelineTiming(enableTimingLog,
|
_logTimelineTiming(enableTimingLog,
|
||||||
timelineStartTime,
|
timelineStartTime,
|
||||||
boxName, '10')
|
boxName, '10')
|
||||||
|
|
Loading…
Reference in New Issue