Skip to content

Commit

Permalink
Fix dashcast example (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Feb 6, 2024
1 parent c66d959 commit 892c0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dashcast_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
warning_message = "If you see this on your TV then something is broken"
d.load_url(
"https://home-assistant.io/? " + warning_message,
callback_function=lambda result: d.load_url("https://home-assistant.io/"),
callback_function=lambda msg_sent, resp: d.load_url("https://home-assistant.io/"),
)

# If debugging, sleep after running so we can see any error messages.
Expand Down

0 comments on commit 892c0d6

Please sign in to comment.