Update config.py

Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Brendan Abolivier 2019-11-07 14:37:25 +00:00 committed by GitHub
parent 20f576ba9b
commit 1ba710fd7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
)