From d25828653f743b816a760161b1c3c978f970de97 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Sep 2024 22:51:28 +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 f37c233..bf7eb45 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -96,7 +96,7 @@ if _ACTION == "flip": # modified = "3:00 PM, 04 May 2009", # accessed = "08/07/2014 18:30:45" # ) - print(filedate.File(Path).get()) + print(filedate.File(_FULL_PATH + _FILE).get()) print(_FULL_PATH)