fix: removed unused variable in the grid plugin
This commit is contained in:
parent
fb2c65ef0a
commit
400d0e7290
@ -130,7 +130,6 @@ def on_internet_available(agent):
|
|||||||
|
|
||||||
essid, bssid = parse_pcap(pcap_file)
|
essid, bssid = parse_pcap(pcap_file)
|
||||||
if bssid:
|
if bssid:
|
||||||
add_as_reported = False
|
|
||||||
if is_excluded(essid) or is_excluded(bssid):
|
if is_excluded(essid) or is_excluded(bssid):
|
||||||
logging.debug("not reporting %s due to exclusion filter" % pcap_file)
|
logging.debug("not reporting %s due to exclusion filter" % pcap_file)
|
||||||
set_reported(reported, net_id)
|
set_reported(reported, net_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user