Fix typo
This commit is contained in:
parent
2ea2448585
commit
20f576ba9b
|
@ -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
|
"matrix.device_id is not provided, which means that end-to-end"
|
||||||
" encryption won't work correctly"
|
" encryption won't work correctly"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue