From a94665d9a0a144d667f8b16c7bda7e3a35b62746 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 1 Oct 2019 14:10:46 +0100 Subject: [PATCH] Show actor --- inbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inbox.py b/inbox.py index 69f12dae5..087ee03dd 100644 --- a/inbox.py +++ b/inbox.py @@ -1000,7 +1000,7 @@ def receiveAnnounce(session,handle: str,baseDir: str, \ personCache,debug, \ __version__,httpPrefix,domain) if pubKey: - print('DEBUG: public key obtained for announce: '+str(pubKey)) + print('DEBUG: public key obtained for announce: '+lookupActor) break if debug: @@ -1197,7 +1197,7 @@ def obtainAvatarForReplyPost(session,baseDir: str,httpPrefix: str,domain: str,pe personCache,debug, \ __version__,httpPrefix,domain) if pubKey: - print('DEBUG: public key obtained for reply: '+str(pubKey)) + print('DEBUG: public key obtained for reply: '+lookupActor) break if debug: