Skip to content

Commit 616b35d

Browse files
authored
Merge pull request #168 from cbirchinger/master
2 parents 183935b + edd766f commit 616b35d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, ip_address=self.__ip)
185+
send_magic_packet(self.__macAddress)
186186

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

0 commit comments

Comments
 (0)