New command to add calice-column (no half-stars yet)
This commit is contained in:
parent
63895953c0
commit
9193e6b3e6
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user