Skip to content

Update __main__.py

Franko Tunc requested to merge whackedMallard/sr2t:patch-1 into master

==================

main.py has a typo on line 244. It reads: if args.nitko:

Upon execution, this throws the following error: AttributeError: 'Namespace' object has no attribute 'nitko'

I have altered to: if args.nikto:

I have tested on my localhost - seems to work.

Merge request reports