This commit is contained in:
2024-07-20 09:50:24 +02:00
parent 9b09c2c13f
commit 64849f728f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -206,6 +206,7 @@ def wyszukaj(word_list, how_many, _logger=None, return_to_bot=True):
fun_logger.info("Wiele plików do zagrania")
search_weight.sort(key=lambda x: x[0], reverse=True)
return_list.extend(search_weight[: int(how_many)])
fun_logger.info("Done: %s", return_list)
return return_list