From 2855af60254662ed5cb1358aad69ccfcddd69101 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Nov 2020 10:54:29 +0000 Subject: [PATCH] Extra removal --- newsdaemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/newsdaemon.py b/newsdaemon.py index 695eaef7..ac3be97d 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -521,6 +521,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, if rssDescription.startswith('', '') + rssDescription = rssDescription.replace(']]', '') if '&' in rssDescription: rssDescription = html.unescape(rssDescription) rssDescription = '

' + rssDescription + '

'