From 5c42d47f55d2b1f9727cf75a2a4e019d5a84fe41 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Nov 2020 18:29:01 +0000 Subject: [PATCH] Newswire links directly to sources --- newsdaemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newsdaemon.py b/newsdaemon.py index 0e27bb4c1..7b9b43430 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -504,8 +504,8 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, if os.path.isfile(filename): # don't create the post if it already exists # set the url - newswire[originalDateStr][1] = \ - '/users/news/statuses/' + statusNumber + # newswire[originalDateStr][1] = \ + # '/users/news/statuses/' + statusNumber # set the filename newswire[originalDateStr][3] = filename continue