From 39caa248f978ff297d8b2887c9a185524a795a0c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 22 Aug 2021 18:07:23 +0100 Subject: [PATCH] Use full domain --- pgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgp.py b/pgp.py index 5abf6856d..401d002cb 100644 --- a/pgp.py +++ b/pgp.py @@ -481,7 +481,7 @@ def pgpPublicKeyUpload(baseDir: str, session, print('Getting actor for ' + handle) actorJson, asHeader = \ - getActorJson(domain, handle, False, False, debug, True) + getActorJson(domainFull, handle, False, False, debug, True) if not actorJson: if debug: print('No actor returned for ' + handle)