forked from indymedia/epicyon
Remove extraneous argument
parent
a62641fec4
commit
bb936c455a
|
@ -82,7 +82,7 @@ def getNewswireTags(text: str, maxTags: int) -> []:
|
||||||
|
|
||||||
def addNewswireDictEntry(baseDir: str, domain: str,
|
def addNewswireDictEntry(baseDir: str, domain: str,
|
||||||
newswire: {}, dateStr: str,
|
newswire: {}, dateStr: str,
|
||||||
title: str, content: str, link: str,
|
title: str, link: str,
|
||||||
votesStatus: str, postFilename: str,
|
votesStatus: str, postFilename: str,
|
||||||
description: str, moderated: bool,
|
description: str, moderated: bool,
|
||||||
mirrored: bool,
|
mirrored: bool,
|
||||||
|
|
Loading…
Reference in New Issue