Skip to content

Commit

Permalink
This doesn't work causes error
Browse files Browse the repository at this point in the history
  • Loading branch information
ic-dev21 committed Jan 5, 2025
1 parent 9e4ea39 commit 061e9d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/hilo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,9 @@ async def on_websocket_event(self, event: WebsocketEvent) -> None:
LOG.debug("ic-dev21 ChallengeListUpdatedValuesReceived")
arguments = event.arguments
challenge = arguments[0]
challenge_id = challenge.get("id")
LOG.debug(
f"ic-dev21 ChallengeListUpdatedValuesReceived arguments are {arguments}"
)
LOG.debug(
f"ic-dev21 ChallengeDetailsInitialValuesReceived challenge_id {challenge_id}"
)
self.challenge_id = challenge.get("id")

elif event.target == "ChallengeAdded":
LOG.debug("ic-dev21 ChallengeAdded")
Expand Down

0 comments on commit 061e9d3

Please sign in to comment.