Logger(Matrix): Added access token check.
This commit is contained in:
@@ -214,6 +214,7 @@ class GlobalFormatter(logging.Formatter):
|
||||
if (
|
||||
self.settings.matrix is not None
|
||||
and skip_matrix is False
|
||||
and self.settings.matrix.access_token
|
||||
and self.settings.matrix.password
|
||||
!= "..."
|
||||
and self.settings.matrix.room_id
|
||||
|
||||
Reference in New Issue
Block a user