From 51469ae70924bfbbf747c652a72b016336f8f149 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Thu, 7 Nov 2019 14:37:31 +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 df2993f..bc63f83 100644 --- a/config.py +++ b/config.py @@ -64,7 +64,7 @@ class Config(object): if not self.device_id: logger.warning( "Config option matrix.device_id is not provided, which means " - " encryption won't work correctly" + "that end-to-end encryption won't work correctly" ) self.homeserver_url = matrix.get("homeserver_url")