mirror of https://gitlab.com/bashrc2/epicyon
More obvious what list entries mean
parent
10e7fadd0c
commit
6e77cf7f6b
|
@ -81,7 +81,11 @@ def xml2StrToDict(xmlStr: str) -> {}:
|
||||||
try:
|
try:
|
||||||
publishedDate = \
|
publishedDate = \
|
||||||
datetime.strptime(pubDate, "%a, %d %b %Y %H:%M:%S %z")
|
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
|
parsed = True
|
||||||
except BaseException:
|
except BaseException:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue