pycodestyle fixes
This commit is contained in:
parent
09dfcfe81e
commit
2be8c63458
3 changed files with 10 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ def commandline(args):
|
|||
|
||||
if not args.mode:
|
||||
# By default scan and trigger, but do not call any action
|
||||
args.mode = ['scan', 'trigger' ]
|
||||
args.mode = ['scan', 'trigger', ]
|
||||
|
||||
if 'trigger' in args.mode:
|
||||
t = scan.Trigger(interfaces=args.interfaces)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue