From 400d0e7290100564afd2c23ea6835817238a2017 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 20 Oct 2019 14:32:15 +0200 Subject: [PATCH] fix: removed unused variable in the grid plugin --- pwnagotchi/plugins/default/grid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pwnagotchi/plugins/default/grid.py b/pwnagotchi/plugins/default/grid.py index 7bf1cb9..6f064f2 100644 --- a/pwnagotchi/plugins/default/grid.py +++ b/pwnagotchi/plugins/default/grid.py @@ -130,7 +130,6 @@ def on_internet_available(agent): essid, bssid = parse_pcap(pcap_file) if bssid: - add_as_reported = False if is_excluded(essid) or is_excluded(bssid): logging.debug("not reporting %s due to exclusion filter" % pcap_file) set_reported(reported, net_id)