We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdf1cb commit f190f4bCopy full SHA for f190f4b
custom_components/hildebrandglow_dcc/glow.py
@@ -23,7 +23,7 @@ def __init__(self, app_id: str, token: str):
23
"""Create an authenticated Glow object."""
24
self.app_id = app_id
25
self.update_token(token)
26
- self.http = requests.Session()
+ self.http = requests.Session()
27
28
@classmethod
29
def update_token(cls, value):
0 commit comments