pycodestyle fixes

This commit is contained in:
Darko Poljak 2020-11-03 06:43:57 +01:00
commit 2be8c63458
3 changed files with 10 additions and 6 deletions

View file

@ -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)