From 1bf9a053636035c2d8e53dbe3be5785f1112698e Mon Sep 17 00:00:00 2001 From: gsd Date: Sat, 30 May 2026 12:26:58 +0300 Subject: [PATCH] next 3 --- fetchers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchers.py b/fetchers.py index d8c2a2c..d5cea46 100644 --- a/fetchers.py +++ b/fetchers.py @@ -148,7 +148,7 @@ def getArp(ip_pool = None): else: continue - if mac == "(incomplete)": + if mac == "(incomplete)" or mac == "": continue if mac == "FF:FF:FF:FF:FF:FF".lower():