chrizator / netattack2

An advanced network scan and attack script based on GUI. 2nd version of no-GUI netattack.
MIT License
413 stars 118 forks source link

ValueError: Single '}' encountered in format string #7

Closed Jay78 closed 7 years ago

Jay78 commented 7 years ago

python netattack2.py ERROR: Modules missing. Do you want to automatically install all requirements? (y/n): y Traceback (most recent call last): File "netattack2.py", line 48, in auto_installer() File "netattack2.py", line 30, in auto_installer print("{{Y}*{N}} Installing requirements, please stand by...".format(Y=YELLOW, N=NORMAL)) ValueError: Single '}' encountered in format string

---> This was i get when i try to launch netattack2 :(

chrizator commented 7 years ago

Hello, should be fixed now.

Thank you for reporting!