This commit is contained in:
Kai Wansart 2018-02-02 20:34:50 +01:00
parent d954f0c376
commit 9f50a5b903

View File

@ -29,6 +29,8 @@ class WOL(object):
def command(self, data):
##-----------------------------------------------------------------------------------##
for device in data:
print(device)
print(data)
if device in self.devices:
self.wakeDevice(self.devices[device])
print(device)