mirror of https://gitlab.com/bashrc2/epicyon
Stray colon
parent
4e3d9e75b4
commit
4670f4cf33
2
posts.py
2
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
|
"""Returns true if the given post has attached image media
|
||||||
"""
|
"""
|
||||||
if postJsonObject['type']=='Announce':
|
if postJsonObject['type']=='Announce':
|
||||||
postJsonAnnounce=downloadAnnounce(session,baseDir,httpPrefix,nickname,domain,postJsonObject,__version__):
|
postJsonAnnounce=downloadAnnounce(session,baseDir,httpPrefix,nickname,domain,postJsonObject,__version__)
|
||||||
if postJsonAnnounce:
|
if postJsonAnnounce:
|
||||||
postJsonObject=postJsonAnnounce
|
postJsonObject=postJsonAnnounce
|
||||||
if postJsonObject['type']!='Create':
|
if postJsonObject['type']!='Create':
|
||||||
|
|
Loading…
Reference in New Issue