Show actor

main2
Bob Mottram 2019-10-01 14:10:46 +01:00
parent 5c6ca46d8b
commit a94665d9a0
1 changed files with 2 additions and 2 deletions

View File

@ -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: