use the confidence parameter
This commit is contained in:
parent
bb4843710c
commit
bbedb65dcc
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if __name__ == '__main__':
|
||||||
print('The config file {} was not found.'.format(args.configfile))
|
print('The config file {} was not found.'.format(args.configfile))
|
||||||
sys.exit()
|
sys.exit()
|
||||||
brew = BrewBlocklist(args.configfile, args.outputfile, arg_auto_accept,
|
brew = BrewBlocklist(args.configfile, args.outputfile, arg_auto_accept,
|
||||||
args.auto_accept_direction)
|
args.auto_accept_direction, args.confidence)
|
||||||
brew.collect_ingrediens()
|
brew.collect_ingrediens()
|
||||||
brew.clean_list()
|
brew.clean_list()
|
||||||
brew.serve_meal()
|
brew.serve_meal()
|
||||||
|
|
Loading…
Add table
Reference in a new issue