Update asuswrt.py
This commit is contained in:
parent
868c08e34b
commit
b60806583c
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ class AsusWrtDeviceScanner(object):
|
||||||
|
|
||||||
devices = {}
|
devices = {}
|
||||||
if self.mode == 'ap':
|
if self.mode == 'ap':
|
||||||
_LOGGER.info("Wireless AP does not have DHCP leases; using wl")
|
|
||||||
for lease in leases_result:
|
for lease in leases_result:
|
||||||
match = _WL_REGEX.search(lease.decode('utf-8'))
|
match = _WL_REGEX.search(lease.decode('utf-8'))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue