Apply suggestion from @sourcery-ai[bot]

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Kenneth Estanislao
2026-04-01 23:13:59 +08:00
committed by GitHub
parent a3fd56a312
commit bb4ef4a133
+1 -1
View File
@@ -277,7 +277,7 @@ def start() -> None:
total_time = time.time() - start_time
if is_video(modules.globals.target_path) and modules.globals.output_path and os.path.isfile(modules.globals.output_path):
update_status(f'Processing to video succeed! Total time: {total_time:.2f}s')
update_status(f'Video processing succeeded! Total time: {total_time:.2f}s')
else:
update_status('Processing to video failed!')