forked from indymedia/epicyon
Check list length
parent
6208a3f00f
commit
c0beeb3e91
|
@ -58,6 +58,8 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
|
|||
|
||||
rssTitle = item[0]
|
||||
url = item[1]
|
||||
rssDescription = ''
|
||||
if len(item) >= 4:
|
||||
rssDescription = item[4]
|
||||
if rssDescription:
|
||||
rssDescription += \
|
||||
|
|
Loading…
Reference in New Issue