Skip to content

Commit 32ec216

Browse files
authored
Update wifi_dos_type2.py
1 parent e84bf68 commit 32ec216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifi_dos_type2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def check_for_essid(essid, lst):
7676
# Regex to find wireless interfaces, we're making the assumption they will all be wlan0 or higher.
7777
wlan_pattern = re.compile("^wlan[0-9]+")
7878

79-
# Python allows is to run system commands by using a function provided by the subprocess module.
79+
# Python allows us to run system commands by using a function provided by the subprocess module.
8080
# subprocess.run(<list of command line arguments goes here>, <specify if you want the capture_output to be True>)
8181
# We want to capture the output. The output will be in standard UTF-8 and will decode it.
8282
# The script is the parent process and creates a child process which runs the system command, and will only continue once the child process has completed.

0 commit comments

Comments
 (0)