netattack2 icon indicating copy to clipboard operation
netattack2 copied to clipboard

fixed tab typo

Open strangmann opened this issue 1 year ago • 0 comments

Fixed line 37:

python netattack2.py 
  File "/tmp/netattack2/netattack2.py", line 37
    subprocess.call("sudo apt-get install nmap -y > {}".format(os.devnull), shell=True)
TabError: inconsistent use of tabs and spaces in indentation

strangmann avatar Oct 16 '24 19:10 strangmann