Replace with space

main
Bob Mottram 2020-02-25 21:42:14 +00:00
parent 2d179afefc
commit d8fe8e2b2d
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'],' ')
return ''