Async wyszukaj

This commit is contained in:
2023-07-19 14:26:28 +02:00
committed by migatu
parent fd742c8f1c
commit b9fbc0f910
+1 -1
View File
@@ -823,7 +823,7 @@ async def wyszukaj(ctx, how_many=0, slowa_kluczowe=None):
skip_start = 2
else:
skip_start = 1
for word in word_list[skip_start:]:
async for word in async_iterator_generator(word_list[skip_start:]):
token_weight = len(word)
logger.info("Słowo kluczowe: %s", word)
itr = 0