From 6a8f18300b950fd7e91bf65d7db23c7289d10a78 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 15 Jun 2025 16:40:44 +0300 Subject: [PATCH] fix --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 1826c2e..c4967bc 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