mirror of
https://github.com/caronc/apprise.git
synced 2025-03-13 14:28:23 +01:00
Try 2
This commit is contained in:
parent
72bfcb4975
commit
3db2e80d7f
@ -1403,9 +1403,11 @@ class NotifyMatrix(NotifyBase):
|
|||||||
# re-use our credentials with
|
# re-use our credentials with
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if self.access_token != None and self.access_token == self.password and not self.user:
|
||||||
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
print(1)
|
self._logout()
|
||||||
#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