Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badnbusy committed Jan 14, 2025
1 parent 23a0ced commit 5c65d06
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions hyundai_kia_connect_api/KiaUvoApiEU.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,11 +924,10 @@ def lock_action(
_LOGGER.debug(f"{DOMAIN} - Lock Action Request: {payload}")

response = requests.post(
url,
json=payload,
headers=headers
).json()

url,
json=payload,
headers=headers
).json()
_LOGGER.debug(f"{DOMAIN} - Lock Action Response: {response}")
_check_response_for_errors(response)
token.device_id = self._get_device_id(self._get_stamp())
Expand Down

0 comments on commit 5c65d06

Please sign in to comment.