From 24b1d39e10d1804f143f0fded1c02548cd351073 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 15 Jun 2025 16:39:33 +0300 Subject: [PATCH 1/3] 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 -- 2.45.2 From b575ba571717835fc16f13d67f2f431eff2361e4 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 15 Jun 2025 16:40:18 +0300 Subject: [PATCH 2/3] 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 -- 2.45.2 From 6a8f18300b950fd7e91bf65d7db23c7289d10a78 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 15 Jun 2025 16:40:44 +0300 Subject: [PATCH 3/3] 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 -- 2.45.2