mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
a36132bfb7
commit
5476cb1601
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue