From 4670f4cf33fcd7597ec0fca1aca0ce6beb501fd4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Sep 2019 17:23:02 +0100 Subject: [PATCH] Stray colon --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index c05b57c98..65a82d21c 100644 --- a/posts.py +++ b/posts.py @@ -1693,7 +1693,7 @@ def isImageMedia(session,baseDir: str,httpPrefix: str,nickname: str,domain: str, """Returns true if the given post has attached image media """ if postJsonObject['type']=='Announce': - postJsonAnnounce=downloadAnnounce(session,baseDir,httpPrefix,nickname,domain,postJsonObject,__version__): + postJsonAnnounce=downloadAnnounce(session,baseDir,httpPrefix,nickname,domain,postJsonObject,__version__) if postJsonAnnounce: postJsonObject=postJsonAnnounce if postJsonObject['type']!='Create':