Override init fix of schedules + #913

This commit is contained in:
jokob-sk
2024-12-17 21:16:34 +11:00
parent 721a275fd8
commit 191afdf857
17 changed files with 41 additions and 13 deletions

View File

@@ -162,7 +162,7 @@ def performNmapScan(deviceIPs, deviceMACs, timeoutSec, args):
elif 'Nmap done' in line:
duration = line.split('scanned in ')[1]
mylog('verbose', [ff'[{pluginName}] {newPortsPerDevice} ports found on {deviceMACs[devIndex]}'])
mylog('verbose', [f'[{pluginName}] {newPortsPerDevice} ports found on {deviceMACs[devIndex]}'])
index += 1
devIndex += 1