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!
A user input argument (
tags
) is passed into theScanner
class when it's called frommenu.py
However, there is no such argument in the definition of the
Scanner
class inScanner.py
. Appropriate argument (preferably referred to astags
) should be declared in the definition and default value should be set toNone
. This is an easy PR, so grab it while you can!