mirror of https://gitlab.com/bashrc2/epicyon
Use full domain
parent
7c145f58e9
commit
39caa248f9
2
pgp.py
2
pgp.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue