test
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user