wol fix
This commit is contained in:
parent
542b65f0b2
commit
05ff2acaff
@ -36,7 +36,7 @@ class WOL(object):
|
||||
def wakeDevice(self, device):
|
||||
##-----------------------------------------------------------------------------------##
|
||||
if(device in self.devices):
|
||||
print("Waking up Device: " + device + " mac: " + self.devices[device]")
|
||||
print("Waking up Device: " + device + " mac: " + self.devices[device])
|
||||
wol.send_magic_packet(self.devices[device])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user