From 343c44c46e90fe440a4225450014c946b9031c40 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 5 Oct 2020 18:38:13 +0100 Subject: [PATCH] blargh --- comrad/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comrad/cli/cli.py b/comrad/cli/cli.py index 361038e..80f08f4 100644 --- a/comrad/cli/cli.py +++ b/comrad/cli/cli.py @@ -383,7 +383,7 @@ class CLI(Logger): self.stat('Meet whom?') return name_or_pubkey = datl[0] - res = asyncio.run(self.comrad.meet(name_or_pubkey,returning=returning)) + res = self.comrad.meet(name_or_pubkey,returning=returning) status=res.get('status') self.stat(status)