mirror of
https://github.com/caronc/apprise.git
synced 2025-03-13 14:28:23 +01:00
Matrix: Use UUID for transaction (demo).
This commit is contained in:
parent
797452dd4e
commit
72bfcb4975
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user