Update config.py
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
20f576ba9b
commit
1ba710fd7b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Config(object):
|
||||||
self.device_id = matrix.get("device_id")
|
self.device_id = matrix.get("device_id")
|
||||||
if not self.device_id:
|
if not self.device_id:
|
||||||
logger.warning(
|
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"
|
" encryption won't work correctly"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue