From 72bfcb4975023259170a020e9a8012ea1525bd19 Mon Sep 17 00:00:00 2001 From: voc0der Date: Fri, 29 Nov 2024 13:36:31 -0500 Subject: [PATCH] Matrix: Use UUID for transaction (demo). --- apprise/plugins/matrix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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