mirror of https://gitlab.com/bashrc2/epicyon
Check list length
parent
c0beeb3e91
commit
b353caceb8
|
@ -59,7 +59,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
|
||||||
rssTitle = item[0]
|
rssTitle = item[0]
|
||||||
url = item[1]
|
url = item[1]
|
||||||
rssDescription = ''
|
rssDescription = ''
|
||||||
if len(item) >= 4:
|
if len(item) >= 5:
|
||||||
rssDescription = item[4]
|
rssDescription = item[4]
|
||||||
if rssDescription:
|
if rssDescription:
|
||||||
rssDescription += \
|
rssDescription += \
|
||||||
|
|
Loading…
Reference in New Issue