Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goakes committed Jun 27, 2024
1 parent cdc69e8 commit 17ec976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/redback/redbacklib.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class RedbackInverter:
_OAuth2_client_id = ""
_OAuth2_client_secret = ""
_OAuth2_bearer_token = ""
_OAuth2_expiry_offset = 30
_OAuth2_expiry_offset = 300
_OAuth2_next_update = datetime.now()
_apiResponse = "json"
_inverterInfo = None
Expand Down

0 comments on commit 17ec976

Please sign in to comment.