mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Async wyszukaj
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user