From b53092e31a8a491b6eeca6515eb134a3e6dc91a4 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Sep 2024 23:00:12 +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 3011c27..03208eb 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -98,7 +98,7 @@ if _ACTION == "flip": # ) create_date = filedate.File(_FULL_PATH + _FILE).get() print(create_date) - + print(create_date["created"]) print(_FULL_PATH) print(myCmd) os.chdir(_FULL_PATH)