diff --git a/LGTV/remote.py b/LGTV/remote.py index 3f6a429..6cc141c 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, ip_address=self.__ip) + send_magic_packet(self.__macAddress) def off(self): self.__send_command("request", "ssap://system/turnOff")