diff --git a/newswire.py b/newswire.py index 81927fa7a..f69d5350d 100644 --- a/newswire.py +++ b/newswire.py @@ -82,7 +82,7 @@ def getNewswireTags(text: str, maxTags: int) -> []: def addNewswireDictEntry(baseDir: str, domain: str, newswire: {}, dateStr: str, - title: str, content: str, link: str, + title: str, link: str, votesStatus: str, postFilename: str, description: str, moderated: bool, mirrored: bool,