diff --git a/apprise/plugins/matrix.py b/apprise/plugins/matrix.py index c5eabfdb..36763e47 100644 --- a/apprise/plugins/matrix.py +++ b/apprise/plugins/matrix.py @@ -1404,7 +1404,8 @@ class NotifyMatrix(NotifyBase): return try: - self._logout() + print(1) + #self._logout() except LookupError: # pragma: no cover # Python v3.5 call to requests can sometimes throw the exception