Skip to content

Commit 7f19e35

Browse files
authored
Update wifi-deauth.py
1 parent e48da60 commit 7f19e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifi-deauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def user_abort(*args):
289289
print_error(f"User asked to stop, quitting...")
290290
exit(0)
291291

292-
# todo custom bssid name - document "\" espa
292+
293293
if __name__ == "__main__":
294294
signal.signal(signal.SIGINT, Interceptor.user_abort)
295295

0 commit comments

Comments
 (0)