mirror of
https://github.com/trycua/computer.git
synced 2026-05-18 06:32:45 -05:00
Change computer_server to python3.12
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user