From 6ad105c9da58a26111a147114d083df5fbd4a6b6 Mon Sep 17 00:00:00 2001 From: Kai Wansart Date: Fri, 2 Feb 2018 20:36:06 +0100 Subject: [PATCH] . --- app/devices/wol.py | 1 + 1 file changed, 1 insertion(+) 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)