From 9193e6b3e6ec4cea5b0a7e23555fb7256e999e00 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sat, 19 Mar 2022 11:37:24 +0100 Subject: [PATCH] New command to add calice-column (no half-stars yet) --- caliGraph.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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")