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