From 9f50a5b9038f0ebdd0433322717c5d776a8b9146 Mon Sep 17 00:00:00 2001 From: Kai Wansart Date: Fri, 2 Feb 2018 20:34:50 +0100 Subject: [PATCH] test --- app/devices/wol.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/devices/wol.py b/app/devices/wol.py index f5c4260..5d5ee65 100644 --- a/app/devices/wol.py +++ b/app/devices/wol.py @@ -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)