mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +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)
|
token_weight = len(word)
|
||||||
logger.info("Słowo kluczowe: %s", word)
|
logger.info("Słowo kluczowe: %s", word)
|
||||||
itr = 0
|
itr = 0
|
||||||
for file in music_file_list:
|
async for file in async_iterator_generator(music_file_list):
|
||||||
file = file.split(SEPARATOR_FILE_PATH)
|
file = file.split(SEPARATOR_FILE_PATH)
|
||||||
|
|
||||||
char_remove = [
|
char_remove = [
|
||||||
|
|||||||
Reference in New Issue
Block a user