diff --git a/posts.py b/posts.py index f8833dec4..b532a24e4 100644 --- a/posts.py +++ b/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: