diff --git a/newsdaemon.py b/newsdaemon.py index 45ab6cab..f37f36ca 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -102,7 +102,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, if rssDescription.startswith('', '') - print('rssDescription: ' + rssDescription) + rssDescription = '

' + rssDescription + '

' # add the off-site link to the description if rssDescription: @@ -146,6 +146,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, blog['object']['url'] = \ httpPrefix + '://' + domain + '/@news/' + statusNumber blog['object']['published'] = dateStr + blog['object']['summary'] = rssTitle blog['object']['content'] = rssDescription postId = newPostId.replace('/', '#')