This commit is contained in:
2023-07-20 16:14:03 +02:00
parent 84feeb1418
commit e34f6a3b4c
+1 -1
View File
@@ -856,7 +856,7 @@ async def wyszukaj(ctx, how_many=0, slowa_kluczowe=None):
async for f_iter in async_iterator_generator(file):
async for char in async_iterator_generator(char_remove):
f_iter = await f_iter.replace(char, "")
tmp = await f_iter.split()
tmp = f_iter.split()
all_words.extend(tmp)
pingu = 1
pattern_len = len(all_words)