main
Bob Mottram 2020-10-10 11:19:51 +01:00
parent a36132bfb7
commit 5476cb1601
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
if rssDescription.startswith('<![CDATA['):
rssDescription = rssDescription.replace('<![CDATA[', '')
rssDescription = rssDescription.replace(']]>', '')
print('rssDescription: ' + rssDescription)
# add the off-site link to the description
if rssDescription: