From 8f0e14445c46216d2f575a8c775d0d88d2d04952 Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Sun, 27 Apr 2025 10:04:20 +0200 Subject: [PATCH] split init and start messages --- audioExtractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audioExtractor.py b/audioExtractor.py index f6baf6a..034c35c 100644 --- a/audioExtractor.py +++ b/audioExtractor.py @@ -19,7 +19,7 @@ try: # Options analyzing args = parser.parse_args() - log_step('init', 100, { + log_step('start', 100, { "videoFile": args.video, "outputFolder": args.folder, "outputFile": args.output