From 776b46dfc35c681a686eb0a17b8648014b077eac Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 22:28:15 +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 4c3d1c7..8be23bc 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -169,7 +169,7 @@ if _ACTION == "join": pbar.update(int(cur_stat) - position) position = int(cur_stat) - proc.call() + proc.pull() except: pass