mirror of https://gitlab.com/bashrc2/epicyon
More debug
parent
69adc3d4dd
commit
68db5ce090
|
@ -885,6 +885,8 @@ if args.json:
|
|||
signingPrivateKeyPem = getInstanceActorKey(baseDir, args.domain)
|
||||
if debug and signingPrivateKeyPem:
|
||||
print('Obtained instance actor signing key')
|
||||
else:
|
||||
print('Did not obtain instance actor key for ' + args.domain)
|
||||
testJson = getJson(signingPrivateKeyPem, session, args.json, asHeader,
|
||||
None, debug, __version__, httpPrefix, None)
|
||||
pprint(testJson)
|
||||
|
@ -1899,6 +1901,8 @@ if args.actor:
|
|||
signingPrivateKeyPem = getInstanceActorKey(baseDir, domain)
|
||||
if debug and signingPrivateKeyPem:
|
||||
print('Obtained instance actor signing key')
|
||||
else:
|
||||
print('Did not obtain instance actor key for ' + domain)
|
||||
getActorJson(args.domain, args.actor, args.http, args.gnunet,
|
||||
debug, False, signingPrivateKeyPem)
|
||||
sys.exit()
|
||||
|
|
Loading…
Reference in New Issue