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":
|
||||
calice(G)
|
||||
exit()
|
||||
elif args.cmd=="addCaliceColumn":
|
||||
elif args.cmd=="createCaliceColumn":
|
||||
calibreDB.createCaliceColumn()
|
||||
print('[*] Column was created.')
|
||||
print('[i] To allow displaying half-stars, please active them manually in the calibre-settings.')
|
||||
exit()
|
||||
else:
|
||||
raise Exception("Bad")
|
||||
|
Loading…
Reference in New Issue
Block a user