From 155761a3c50aa1b3be8eea944a28b7a746c5ac92 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 24 Nov 2019 17:47:25 +0000 Subject: [PATCH] Missing argument --- announce.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/announce.py b/announce.py index 0ce17a7b..81c5bf3d 100644 --- a/announce.py +++ b/announce.py @@ -129,7 +129,8 @@ def undoAnnounceCollectionEntry(recentPostsCache: {}, \ len(postJsonObject['object']['shares']['items']) saveJson(postJsonObject,postFilename) -def updateAnnounceCollection(baseDir: str,postFilename: str, \ +def updateAnnounceCollection(recentPostsCache: {}, \ + baseDir: str,postFilename: str, \ actor: str,domain: str,debug: bool) -> None: """Updates the announcements collection within a post Confusingly this is known as "shares", but isn't the