From 7264bd1d3db781008a8937c6dfe78f1484a488d4 Mon Sep 17 00:00:00 2001 From: nicoboy Date: Mon, 1 Jun 2026 14:11:59 +0200 Subject: [PATCH] start.sh : remplace python3 wireclaw_core.py par uvicorn web_server Co-Authored-By: Claude Sonnet 4.6 --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index b8cfff7..3501011 100755 --- a/start.sh +++ b/start.sh @@ -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