mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-05-30 12:06:50 +00:00
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:
committed by
GitHub
parent
a3fd56a312
commit
bb4ef4a133
+1
-1
@@ -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!')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user