Use argument keyword instead of positional
This commit is contained in:
parent
540555e4b5
commit
9cc168d24d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ args = argparser.parse_args()
|
|||
config = Config.load()
|
||||
db = Database.from_config(config)
|
||||
|
||||
conus = SPCOutlookMap(args.dark)
|
||||
conus = SPCOutlookMap(dark=args.dark)
|
||||
|
||||
if args.file is None:
|
||||
if args.valid is None or args.day is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue