From bb936c455af7c79578874d3db1db711d0336086f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Nov 2020 10:05:28 +0000 Subject: [PATCH] Remove extraneous argument --- newswire.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,