mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-07 03:26:46 +08:00
Typo
Signed-off-by: anasty17 <e.anastayyar@gmail.com>
This commit is contained in:
parent
815b9f5a47
commit
628e96df3f
@ -1265,7 +1265,7 @@ class TaskConfig:
|
||||
task_dict[self.mid] = FFmpegStatus(self, gid, "FFmpeg")
|
||||
await cpu_eater_lock.acquire()
|
||||
LOGGER.info(f"Running ffmpeg cmd for: {f_path}")
|
||||
self.subsize = await aiopath.getsize(file_path)
|
||||
self.subsize = await aiopath.getsize(f_path)
|
||||
self.subname = file_
|
||||
res = await run_ffmpeg_cmd(self, cmd, f_path)
|
||||
self.subproc = None
|
||||
|
Loading…
Reference in New Issue
Block a user