M4cs / traxss

traxss | Automated XSS Vulnerability Scanner Currently In Development :snake: HACKTOBERFEST PROJECT 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argument 'tags' is missing from Scanner.py

TotallyNotChase opened this issue · comments

commented

A user input argument (tags) is passed into the Scanner class when it's called from menu.py

However, there is no such argument in the definition of the Scanner class in Scanner.py. Appropriate argument (preferably referred to as tags) should be declared in the definition and default value should be set to None. This is an easy PR, so grab it while you can!