mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 07:12:09 +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
|
skip_start = 2
|
||||||
else:
|
else:
|
||||||
skip_start = 1
|
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)
|
token_weight = len(word)
|
||||||
logger.info("Słowo kluczowe: %s", word)
|
logger.info("Słowo kluczowe: %s", word)
|
||||||
itr = 0
|
itr = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user