diff --git a/examples/dashcast_example.py b/examples/dashcast_example.py index 09a02cca3..ac056d67b 100644 --- a/examples/dashcast_example.py +++ b/examples/dashcast_example.py @@ -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.