From 60ff20f5a048a9e1fbb231d26ba48bc03b2d7f29 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Wed, 3 Aug 2022 09:36:42 +0200 Subject: [PATCH] Update pialert.py --- back/pialert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/pialert.py b/back/pialert.py index cb10c35c..6bc99bb3 100644 --- a/back/pialert.py +++ b/back/pialert.py @@ -451,7 +451,7 @@ def execute_arpscan (pRetries): # #101 - arp-scan subnet configuration # Prepare command arguments - subnets = SCAN_SUBNETS.strip().split() + # subnets = SCAN_SUBNETS.strip().split() # arp-scan for larger Networks like /16 # otherwise the system starts multiple processes. the 15min cronjob isn't necessary.