This commit is contained in:
voc0der 2024-11-29 13:59:33 -05:00
parent 72bfcb4975
commit 3db2e80d7f

View File

@ -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