forked from indymedia/epicyon
Debug
parent
a36132bfb7
commit
5476cb1601
|
@ -102,6 +102,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
|
||||||
if rssDescription.startswith('<![CDATA['):
|
if rssDescription.startswith('<![CDATA['):
|
||||||
rssDescription = rssDescription.replace('<![CDATA[', '')
|
rssDescription = rssDescription.replace('<![CDATA[', '')
|
||||||
rssDescription = rssDescription.replace(']]>', '')
|
rssDescription = rssDescription.replace(']]>', '')
|
||||||
|
print('rssDescription: ' + rssDescription)
|
||||||
|
|
||||||
# add the off-site link to the description
|
# add the off-site link to the description
|
||||||
if rssDescription:
|
if rssDescription:
|
||||||
|
|
Loading…
Reference in New Issue