mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 14:22:13 +00:00
More async
This commit is contained in:
@@ -827,7 +827,7 @@ async def wyszukaj(ctx, how_many=0, slowa_kluczowe=None):
|
||||
token_weight = len(word)
|
||||
logger.info("Słowo kluczowe: %s", word)
|
||||
itr = 0
|
||||
for file in music_file_list:
|
||||
async for file in async_iterator_generator(music_file_list):
|
||||
file = file.split(SEPARATOR_FILE_PATH)
|
||||
|
||||
char_remove = [
|
||||
|
||||
Reference in New Issue
Block a user