metric #82

Merged
emmatveev merged 17 commits from metric into master 2025-07-17 23:32:44 +03:00
Showing only changes of commit b575ba5717 - Show all commits

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