Use full domain

merge-requests/30/head
Bob Mottram 2021-08-22 18:07:23 +01:00
parent 7c145f58e9
commit 39caa248f9
1 changed files with 1 additions and 1 deletions

2
pgp.py
View File

@ -481,7 +481,7 @@ def pgpPublicKeyUpload(baseDir: str, session,
print('Getting actor for ' + handle) print('Getting actor for ' + handle)
actorJson, asHeader = \ actorJson, asHeader = \
getActorJson(domain, handle, False, False, debug, True) getActorJson(domainFull, handle, False, False, debug, True)
if not actorJson: if not actorJson:
if debug: if debug:
print('No actor returned for ' + handle) print('No actor returned for ' + handle)