From 66d8165442a0342a303e09b471dd04f58c374f45 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 18 Jun 2025 13:43:55 +0200 Subject: [PATCH] build --- 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 d56e70d..fe8a8af 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -111,7 +111,7 @@ def export_gps(_DEV,_SOURCE_DIR,_DAY_DIRS): myCmd = f"gopro2gpx -s {filename} {filename.replace('.MP4', '')}" print(myCmd) status, output = subprocess.getstatusoutput(myCmd) - + print(output) def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS): print("Flipping") for _DAY_DIR in _DAY_DIRS: