use the confidence parameter

This commit is contained in:
Tobias Diekershoff 2023-01-07 17:39:32 +01:00
parent bb4843710c
commit bbedb65dcc

View file

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