mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
d68f500455
commit
4a9ec1d3fb
1
posts.py
1
posts.py
|
@ -300,6 +300,7 @@ def _getPersonBoxActor(session, baseDir: str, actor: str,
|
|||
personJson = \
|
||||
getPersonFromCache(baseDir, actor, personCache, True)
|
||||
if personJson:
|
||||
print('_getPersonBoxActor unable to get actor ' + actor)
|
||||
return personJson
|
||||
|
||||
if '/channel/' in actor or '/accounts/' in actor:
|
||||
|
|
Loading…
Reference in New Issue