From ba4ed34941537a212ea8679a672682d7060a22da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 9 May 2019 16:49:16 +0200 Subject: [PATCH] client: Add a missing await. --- pantalaimon/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantalaimon/client.py b/pantalaimon/client.py index 204eeac..9a28266 100644 --- a/pantalaimon/client.py +++ b/pantalaimon/client.py @@ -190,7 +190,7 @@ class PanClient(AsyncClient): sas = self.get_active_sas(user_id, device_id) if not sas: - self.send_info("No such verification process found.") + await self.send_info("No such verification process found.") return try: