Added support for bigger Top-Lists

This commit is contained in:
Dominik Moritz Roth 2021-09-03 21:21:07 +02:00
parent 9c4722aa8f
commit 255502cdd2

View File

@ -92,7 +92,7 @@ def getTopListWheight(book, topList):
return 0.85
elif minScope == 100:
return 0.5
return minScope / 10
return 50 / minScope
def removeRead(G):