Skip to content
Snippets Groups Projects

Membership, choose_identity, pendulum, asynctest dependencies

Merged Moul requested to merge 251_140_88_membership into dev
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
@@ -33,12 +33,12 @@ from silkaj.constants import SUCCESS_EXIT_STATUS
@command("cert", help="Send certification")
@argument("id_to_certify")
@argument("uid_pubkey_to_certify")
@coroutine
async def send_certification(id_to_certify):
async def send_certification(uid_pubkey_to_certify):
client = ClientInstance().client
idty_to_certify, pubkey_to_certify, send_certs = await wot.choose_identity(
id_to_certify
uid_pubkey_to_certify
)
# Authentication
Loading