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