diff --git a/app/devices/wol.py b/app/devices/wol.py index 5d5ee65..82ed158 100644 --- a/app/devices/wol.py +++ b/app/devices/wol.py @@ -31,6 +31,7 @@ class WOL(object): for device in data: print(device) print(data) + print(self.devices) if device in self.devices: self.wakeDevice(self.devices[device]) print(device)