Reduced Calice Score to only 6 digits
This commit is contained in:
parent
8e8592bb29
commit
6ebe7d03fc
@ -583,7 +583,7 @@ class calibreDB():
|
|||||||
for bookId in tqdm(scores):
|
for bookId in tqdm(scores):
|
||||||
score = scores[bookId]
|
score = scores[bookId]
|
||||||
if sco:
|
if sco:
|
||||||
cls._getTxt('set_custom calice_score '+str(bookId)+' '+str(score))
|
cls._getTxt('set_custom calice_score '+str(bookId)+' '+str(round(score,5)))
|
||||||
if rat:
|
if rat:
|
||||||
cls._getTxt('set_custom calice_rating '+str(bookId)+' '+str(int(round(score))))
|
cls._getTxt('set_custom calice_rating '+str(bookId)+' '+str(int(round(score))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user