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:31 +00:00 committed by GitHub
parent 1ba710fd7b
commit 51469ae709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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