Remove test

merge-requests/30/head
Bob Mottram 2021-09-04 18:16:50 +01:00
parent f564ee71c6
commit d34e2d256f
1 changed files with 6 additions and 6 deletions

View File

@ -840,12 +840,12 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
if postId in recentPostsCache['index']:
if not item.get('muted'):
if recentPostsCache['html'].get(postId):
# currTlStr = recentPostsCache['html'][postId]
# currTlStr = \
# preparePostFromHtmlCache(nickname,
# currTlStr,
# boxName,
# pageNumber)
currTlStr = recentPostsCache['html'][postId]
currTlStr = \
preparePostFromHtmlCache(nickname,
currTlStr,
boxName,
pageNumber)
_logTimelineTiming(enableTimingLog,
timelineStartTime,
boxName, '10')