From 654d837f2c12788c4453c784b87c93676b885e11 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 17:16:29 +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 9c4aea0..1d6262f 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -31,7 +31,7 @@ for o, a in opts: a = a.split(",") for s in a: print(s) - _SEQUENCES.append("{:04d}".format(str(s))) + _SEQUENCES.append("{:04d}".format(int(s))) else: _WIZZARD = True