forked from indymedia/epicyon
More obvious what list entries mean
parent
10e7fadd0c
commit
6e77cf7f6b
|
@ -81,7 +81,11 @@ def xml2StrToDict(xmlStr: str) -> {}:
|
|||
try:
|
||||
publishedDate = \
|
||||
datetime.strptime(pubDate, "%a, %d %b %Y %H:%M:%S %z")
|
||||
result[str(publishedDate)] = [title, link, [], '', description]
|
||||
postFilename = ''
|
||||
votesStatus = []
|
||||
result[str(publishedDate)] = [title, link,
|
||||
votesStatus, postFilename,
|
||||
description]
|
||||
parsed = True
|
||||
except BaseException:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue