diff --git a/caliGraph.py b/caliGraph.py index 0364e1f..9381a0a 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -1497,10 +1497,11 @@ def mainCLI(args): bestListT = 'newBook' newBooks(G, books, args.n, mu, std) elif args.cmd=="calice": - args.no_list = True - args.no_web = True - args.imgs = False calice(G) + exit() + elif args.cmd=="addCaliceColumn": + calibreDB.createCaliceColumn() + exit() else: raise Exception("Bad")