No trailing html

main
Bob Mottram 2020-10-08 12:33:15 +01:00
parent 9d758c8704
commit 5ad810e694
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
'/postcache/' + newPostId.replace('/', '#') + '.html'
if os.path.isfile(htmlFilename):
newswire[originalDateStr][1] = \
'/users/news/statuses/' + statusNumber + '.html'
'/users/news/statuses/' + statusNumber
# don't create the post if it already exists
continue