Change computer_server to python3.12

This commit is contained in:
Dillon DuPont
2025-12-09 15:21:45 -05:00
parent a397b5e4b1
commit e9d0bf719b
@@ -10,4 +10,4 @@ echo "X server is ready"
# Start computer-server
export DISPLAY=:1
python3 -m computer_server --port ${API_PORT:-8000}
python3.12 -m computer_server --port ${API_PORT:-8000}