fix wol
This commit is contained in:
parent
b0631cc259
commit
67a63540d5
@ -35,7 +35,6 @@ class WOL(object):
|
|||||||
##-----------------------------------------------------------------------------------##
|
##-----------------------------------------------------------------------------------##
|
||||||
def wakeDevice(self, device):
|
def wakeDevice(self, device):
|
||||||
##-----------------------------------------------------------------------------------##
|
##-----------------------------------------------------------------------------------##
|
||||||
print("Waking up Device: " + device + " mac: " + str(self.devices[device]))
|
|
||||||
wol.send_magic_packet(self.devices[device])
|
wol.send_magic_packet(self.devices[device])
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user