Update config.py
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
1ba710fd7b
commit
51469ae709
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Config(object):
|
||||||
if not self.device_id:
|
if not self.device_id:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"Config option matrix.device_id is not provided, which means "
|
"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")
|
self.homeserver_url = matrix.get("homeserver_url")
|
||||||
|
|
Loading…
Reference in a new issue