From 0771e2fb5ad1f9712e8d7deb0bafa34ac16f48eb Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 22:50:44 +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 8be23bc..c249e1d 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.pull() + proc.poll() except: pass