From 4a9ec1d3fb64d46b20fa2e372ff9f4ef9aa4ff37 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 20 Sep 2021 14:42:23 +0100 Subject: [PATCH] Debug --- posts.py | 1 + 1 file changed, 1 insertion(+) 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: