Hotfix for nmap -> v7.1
This commit is contained in:
parent
abb8958775
commit
03ceb667ba
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ class NmapDeviceScanner(object):
|
|||
from nmap import PortScanner, PortScannerError
|
||||
scanner = PortScanner()
|
||||
|
||||
options = "-sP --host-timeout 5"
|
||||
options = "-F --host-timeout 5"
|
||||
exclude_targets = set()
|
||||
if self.home_interval:
|
||||
now = dt_util.now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue