Skip to content

Commit 0767637

Browse files
authored
Update remote.py
Revert erroneous PR
1 parent 616b35d commit 0767637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LGTV/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def __get_youtube_id_from_url(self, url_string):
182182
def on(self):
183183
if not (self.__macAddress) and not (self.__ip):
184184
print ("Client must have been powered on and paired before power on works")
185-
send_magic_packet(self.__macAddress)
185+
send_magic_packet(self.__macAddress, ip_address=self.__ip)
186186

187187
def off(self):
188188
self.__send_command("request", "ssap://system/turnOff")

0 commit comments

Comments
 (0)