From 0767637f5788493155a859b478858aa85f047c4b Mon Sep 17 00:00:00 2001 From: Karl Lattimer Date: Sun, 6 Oct 2024 08:07:33 +0100 Subject: [PATCH] Update remote.py Revert erroneous PR --- LGTV/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LGTV/remote.py b/LGTV/remote.py index 6cc141c..3f6a429 100644 --- a/LGTV/remote.py +++ b/LGTV/remote.py @@ -182,7 +182,7 @@ def __get_youtube_id_from_url(self, url_string): def on(self): if not (self.__macAddress) and not (self.__ip): print ("Client must have been powered on and paired before power on works") - send_magic_packet(self.__macAddress) + send_magic_packet(self.__macAddress, ip_address=self.__ip) def off(self): self.__send_command("request", "ssap://system/turnOff")