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
|
newswireItemBlocked = True
|
||||||
break
|
break
|
||||||
if not newswireItemBlocked:
|
if not newswireItemBlocked:
|
||||||
newswire[dateStr] = [title, link,
|
newswire[dateStr] = [
|
||||||
votesStatus, postFilename,
|
title,
|
||||||
description, moderated, tags]
|
link,
|
||||||
|
votesStatus,
|
||||||
|
postFilename,
|
||||||
|
description,
|
||||||
|
moderated,
|
||||||
|
tags
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
def xml2StrToDict(baseDir: str, xmlStr: str, moderated: bool,
|
def xml2StrToDict(baseDir: str, xmlStr: str, moderated: bool,
|
||||||
|
|
Loading…
Reference in New Issue