Merge pull request 'metric' (#75) from metric into dev

Reviewed-on: #75
This commit is contained in:
2025-06-15 16:42:01 +03:00

2
run.sh
View File

@@ -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