From 251b17a5768a05ab9da61891e06e2a9c7a7806b7 Mon Sep 17 00:00:00 2001 From: tigerenwork Date: Sun, 19 Apr 2026 01:47:49 +0800 Subject: [PATCH] chore: remove pause command from python execution script --- run_python_code_strip.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/run_python_code_strip.bat b/run_python_code_strip.bat index de02fb5..9cc6e1c 100644 --- a/run_python_code_strip.bat +++ b/run_python_code_strip.bat @@ -5,4 +5,3 @@ call C:\Users\tigeren\miniconda3\Scripts\activate.bat call conda activate videocut :: 3. Run your Python script python C:\Dev\videocut\strip_suffix.py %* -pause