Limit the displayed weighted tags to half the threshold, so we can see
some that we're missing, but the list is not overly longpull/4/head
parent
1856cee741
commit
baa3c4ecc2
|
|
@ -80,7 +80,7 @@ def on_interrogate(
|
|||
return [
|
||||
', '.join(processed_tags.keys() if add_confident_as_weight else processed_tags),
|
||||
ratings,
|
||||
tags,
|
||||
dict(filter(lambda x: x[1] >= threshold / 2, tags.items())),
|
||||
''
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue