mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-07 03:26:46 +08:00
parent
a86669be78
commit
8fb888d57b
@ -203,7 +203,7 @@ async def update_variables():
|
||||
|
||||
if await aiopath.exists("list_drives.txt"):
|
||||
async with aiopen("list_drives.txt", "r+") as f:
|
||||
lines = f.readlines()
|
||||
lines = await f.readlines()
|
||||
for line in lines:
|
||||
temp = line.strip().split()
|
||||
drives_ids.append(temp[1])
|
||||
|
Loading…
Reference in New Issue
Block a user