New command to add calice-column (no half-stars yet)

This commit is contained in:
Dominik Moritz Roth 2022-03-19 11:37:24 +01:00
parent 63895953c0
commit 9193e6b3e6

View File

@ -1497,10 +1497,11 @@ def mainCLI(args):
bestListT = 'newBook' bestListT = 'newBook'
newBooks(G, books, args.n, mu, std) newBooks(G, books, args.n, mu, std)
elif args.cmd=="calice": elif args.cmd=="calice":
args.no_list = True
args.no_web = True
args.imgs = False
calice(G) calice(G)
exit()
elif args.cmd=="addCaliceColumn":
calibreDB.createCaliceColumn()
exit()
else: else:
raise Exception("Bad") raise Exception("Bad")