From 1ba710fd7b41e1871df1258932a1b7c4e3886180 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 7 Nov 2019 14:37:25 +0000 Subject: [PATCH] Update config.py Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 662bea2..df2993f 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" + "Config option matrix.device_id is not provided, which means " " encryption won't work correctly" )