fix wol
This commit is contained in:
@ -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