diff --git a/handle_imported_video.py b/handle_imported_video.py index 09fc035..e9f3ba6 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -81,6 +81,8 @@ for o, a in opts: #print(_FULL_PATH) def modify_creation_date(path,src_file): + print(path) + print(src_file) create_date = filedate.File(src_file).get() filedate.File(path).set( created = create_date["created"],