wol fix
This commit is contained in:
		@@ -36,7 +36,7 @@ class WOL(object):
 | 
				
			|||||||
    def wakeDevice(self, device):
 | 
					    def wakeDevice(self, device):
 | 
				
			||||||
    ##-----------------------------------------------------------------------------------##
 | 
					    ##-----------------------------------------------------------------------------------##
 | 
				
			||||||
        if(device in self.devices):
 | 
					        if(device in self.devices):
 | 
				
			||||||
            print("Waking up Device: " + device + " mac: " + self.devices[device]")
 | 
					            print("Waking up Device: " + device + " mac: " + self.devices[device])
 | 
				
			||||||
            wol.send_magic_packet(self.devices[device])
 | 
					            wol.send_magic_packet(self.devices[device])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user