Ultroid v0.2.1 [Fixes]
Co-authored-by: Devesh Pal <New-dev0@users.noreply.github.com> Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-authored-by: M̲αραт <marat2509@users.noreply.github.com>
This commit is contained in:
@@ -85,7 +85,7 @@ async def _(e):
|
||||
f'mediainfo --fullscan """{file.name}""" | grep "Frame count"'
|
||||
)
|
||||
total_frames = x.split(":")[1].split("\n")[0]
|
||||
progress = "progress.txt"
|
||||
progress = f"progress-{c_time}.txt"
|
||||
with open(progress, "w") as fk:
|
||||
pass
|
||||
proce = await asyncio.create_subprocess_shell(
|
||||
|
||||
Reference in New Issue
Block a user