mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
7835f02122
commit
96221bf86c
12
newswire.py
12
newswire.py
|
@ -91,9 +91,15 @@ def addNewswireDictEntry(baseDir: str, newswire: {}, dateStr: str,
|
|||
newswireItemBlocked = True
|
||||
break
|
||||
if not newswireItemBlocked:
|
||||
newswire[dateStr] = [title, link,
|
||||
votesStatus, postFilename,
|
||||
description, moderated, tags]
|
||||
newswire[dateStr] = [
|
||||
title,
|
||||
link,
|
||||
votesStatus,
|
||||
postFilename,
|
||||
description,
|
||||
moderated,
|
||||
tags
|
||||
]
|
||||
|
||||
|
||||
def xml2StrToDict(baseDir: str, xmlStr: str, moderated: bool,
|
||||
|
|
Loading…
Reference in New Issue