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