You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/config/custom_components/wework_notify/notify.py", line 97, in send_message
+ self.get_access_token()
~~~~~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/wework_notify/notify.py", line 91, in get_access_token
self._token = self._get_access_token()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/wework_notify/notify.py", line 80, in _get_access_token
data = json.loads(req.text)
File "/usr/local/lib/python3.13/json/init.py", line 346, in loads
return _default_decoder.decode(s)
The text was updated successfully, but these errors were encountered:
File "/config/custom_components/wework_notify/notify.py", line 97, in send_message
+ self.get_access_token()
~~~~~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/wework_notify/notify.py", line 91, in get_access_token
self._token = self._get_access_token()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/config/custom_components/wework_notify/notify.py", line 80, in _get_access_token
data = json.loads(req.text)
File "/usr/local/lib/python3.13/json/init.py", line 346, in loads
return _default_decoder.decode(s)
The text was updated successfully, but these errors were encountered: