From b575ba571717835fc16f13d67f2f431eff2361e4 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 15 Jun 2025 16:40:18 +0300 Subject: [PATCH] fix --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index c4967bc..1826c2e 100644 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ python3 main.py $1 & # Start the second process -# python3 main.py metrics & +python3 main.py metrics & # Wait for any process to exit wait -n