Fix typo
This commit is contained in:
parent
2ea2448585
commit
20f576ba9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"matrix.device_id is not provided, which means that end-to-end"
|
||||
" encryption won't work correctly"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue