From d683607d3cf5eaa47f7acc74f28a053a5ab7d6b8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 19 Nov 2019 12:52:27 +0000 Subject: [PATCH] announce --- announce.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/announce.py b/announce.py index 55349c17e..5f710603a 100644 --- a/announce.py +++ b/announce.py @@ -81,7 +81,7 @@ def undoAnnounceCollectionEntry(baseDir: str,postFilename: str, \ """ postJsonObject=loadJson(postFilename) if postJsonObject: - # remove any cached version of this announce so that the like icon is changed + # remove any cached version of this announce so that the announce icon is changed nickname=getNicknameFromActor(actor) cachedPostFilename= \ getCachedPostFilename(baseDir,nickname,domain,postJsonObject) @@ -134,7 +134,7 @@ def updateAnnounceCollection(baseDir: str,postFilename: str, \ """ postJsonObject=loadJson(postFilename) if postJsonObject: - # remove any cached version of this announce so that the like + # remove any cached version of this announce so that the announce # icon is changed nickname=getNicknameFromActor(actor) cachedPostFilename= \