Skip to content

Commit

Permalink
Update wifi-deauth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flashnuke authored Jan 9, 2024
1 parent 9069cb3 commit bf1c3b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wifi-deauth.py
Original file line number Diff line number Diff line change
@@ -120,7 +120,8 @@ def _start_initial_ap_scan(self) -> SSID:
self._scan_channels_for_aps()
for _, band_ssids in self._all_ssids.items():
for ssid_name, ssid_obj in band_ssids.items():
self._channel_range[ssid_obj.channel][ssid_name] = copy.deepcopy(ssid_obj)
if ssid_obj.channel in self._channel_range:
self._channel_range[ssid_obj.channel][ssid_name] = copy.deepcopy(ssid_obj)

pref = '[ ] '
printf(f"{DELIM}\n"

0 comments on commit bf1c3b8

Please sign in to comment.