Stray colon

main2
Bob Mottram 2019-09-28 17:23:02 +01:00
parent 4e3d9e75b4
commit 4670f4cf33
1 changed files with 1 additions and 1 deletions

View File

@ -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':