This commit is contained in:
Kai Wansart 2018-02-02 20:32:30 +01:00
parent 542b65f0b2
commit 05ff2acaff

View File

@ -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])