Remove line

main2
Bob Mottram 2019-10-20 09:53:20 +01:00
parent 4ca3ac28cd
commit 701828ab29
1 changed files with 1 additions and 2 deletions

View File

@ -1780,8 +1780,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
loadIndividualPostAsHtmlFromCache(baseDir,nickname,domain, \
postJsonObject)
if postHtml:
postHtml.replace(';-999;',';'+str(pageNumber)+';')
return postHtml
return postHtml.replace(';-999;',';'+str(pageNumber)+';')
# If this is the inbox timeline then don't show the repeat icon on any DMs
showRepeatIcon=showRepeats