Switch timelines

merge-requests/30/head
Bob Mottram 2020-02-26 09:37:37 +00:00
parent 51ab684fe2
commit d30a46bcc9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def getBlogReplies(baseDir: str,httpPrefix: str,translate: {}, \
continue
with open(postFilename, "r") as postFile:
repliesStr+=postFile.read()+'\n'
return repliesStr.replace(translate['SHOW MORE'],'-')
return repliesStr.replace(translate['SHOW MORE'],'-').replace('?tl=outbox','?tl=tlblogs')
return ''