mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
313ce5bd9b
commit
8b809fc984
2
inbox.py
2
inbox.py
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue