We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3261baa commit 4c67776Copy full SHA for 4c67776
1 file changed
fronius_solarweb/api.py
@@ -60,7 +60,7 @@ def __init__(
60
self.login_password = login_password
61
self.pv_system_id = pv_system_id
62
self.httpx_client = httpx_client or AsyncClient()
63
- self.jwt_data: dict = None
+ self.jwt_data: dict = {}
64
self._jwt_base_header = {
65
"Content-Type": "application/json-patch+json",
66
"AccessKeyId": self.access_key_id,
0 commit comments