Added support for bigger Top-Lists
This commit is contained in:
parent
9c4722aa8f
commit
255502cdd2
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user