Remove extraneous argument

main
Bob Mottram 2020-11-08 10:05:28 +00:00
parent a62641fec4
commit bb936c455a
1 changed files with 1 additions and 1 deletions

View File

@ -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,