Replace with dash

main
Bob Mottram 2020-02-25 21:49:12 +00:00
parent d8fe8e2b2d
commit 03995be9f4
1 changed files with 1 additions and 1 deletions

View File

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