Indentation

main2
Bob Mottram 2019-09-30 20:37:50 +01:00
parent 313ce5bd9b
commit 8b809fc984
1 changed files with 1 additions and 1 deletions

View File

@ -1163,7 +1163,7 @@ def obtainReplyToAvatar(baseDir: str,personCache: {},postJsonObject: {}) -> None
if postJsonObject.get('object'):
if isinstance(postJsonObject['object'], dict):
if postJsonObject['object'].get('inReplyTo'):
lookupActor=postJsonObject['object']['inReplyTo']
lookupActor=postJsonObject['object']['inReplyTo']
if lookupActor:
getPersonFromCache(baseDir,lookupActor,personCache)