From 21cf5599a7ff291f32f7ceddcc11c9f31aefd4e8 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 20:33:06 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index d4fdbed..80c5463 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -188,7 +188,7 @@ if _ACTION == "join": pbar.update(int(cur_stat) - position) position = int(cur_stat) - print(proc.poll()) + #print(proc.poll()) except: pass