From 5ad810e6946f199ded9477f42603c82714ffc989 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Oct 2020 12:33:15 +0100 Subject: [PATCH] No trailing html --- newsdaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsdaemon.py b/newsdaemon.py index bc7b0239..c71e9da1 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -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