Matrix: Use UUID for transaction (demo).

This commit is contained in:
voc0der 2024-11-29 13:36:31 -05:00
parent 797452dd4e
commit 72bfcb4975

View File

@ -1404,7 +1404,8 @@ class NotifyMatrix(NotifyBase):
return return
try: try:
self._logout() print(1)
#self._logout()
except LookupError: # pragma: no cover except LookupError: # pragma: no cover
# Python v3.5 call to requests can sometimes throw the exception # Python v3.5 call to requests can sometimes throw the exception