Merge pull request #249 from persandstrom/asuswrt

ASUSWRT - Exception when client not in leases
This commit is contained in:
Paulus Schoutsen
2015-08-06 04:04:39 -07:00

View File

@@ -157,7 +157,8 @@ class AsusWrtDeviceScanner(object):
devices[match.group('ip')] = {
'ip': match.group('ip'),
'mac': match.group('mac').upper(),
'host': match.group('host')
'host': match.group('host'),
'status': ''
}
for neighbor in neighbors: