Info about half-stars added
This commit is contained in:
parent
9193e6b3e6
commit
0f35ae691e
@ -1499,8 +1499,10 @@ def mainCLI(args):
|
|||||||
elif args.cmd=="calice":
|
elif args.cmd=="calice":
|
||||||
calice(G)
|
calice(G)
|
||||||
exit()
|
exit()
|
||||||
elif args.cmd=="addCaliceColumn":
|
elif args.cmd=="createCaliceColumn":
|
||||||
calibreDB.createCaliceColumn()
|
calibreDB.createCaliceColumn()
|
||||||
|
print('[*] Column was created.')
|
||||||
|
print('[i] To allow displaying half-stars, please active them manually in the calibre-settings.')
|
||||||
exit()
|
exit()
|
||||||
else:
|
else:
|
||||||
raise Exception("Bad")
|
raise Exception("Bad")
|
||||||
|
Loading…
Reference in New Issue
Block a user