From 20f576ba9bccb97e425d07a802de05bb1bb2ac53 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 7 Nov 2019 13:33:43 +0000 Subject: [PATCH] Fix typo --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index bc0a391..662bea2 100644 --- a/config.py +++ b/config.py @@ -63,7 +63,7 @@ class Config(object): self.device_id = matrix.get("device_id") if not self.device_id: logger.warning( - "matrix.device_id is not provided, which means that end-to-end + "matrix.device_id is not provided, which means that end-to-end" " encryption won't work correctly" )