metric #80

Merged
emmatveev merged 16 commits from metric into prod 2025-06-15 17:25:26 +03:00
Showing only changes of commit 6a8f18300b - 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