start.sh : remplace python3 wireclaw_core.py par uvicorn web_server

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nicoboy
2026-06-01 14:11:59 +02:00
parent bcda9cf334
commit 7264bd1d3d

View File

@ -60,4 +60,4 @@ sleep 2
# 5. Lancer WireClaw
echo "Lancement WireClaw..."
cd ~/wireclaw
python3 wireclaw_core.py
uvicorn web_server:app --host 0.0.0.0 --port 8765