+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/scripts/client.sh b/scripts/client.sh
index a24fb53..90766f5 100644
--- a/scripts/client.sh
+++ b/scripts/client.sh
@@ -72,10 +72,7 @@ start_dev_server() {
fi
# Check if Python is available
- if command -v python3 &> /dev/null; then
- print_color $BLUE "🐍 Using Python development server"
- python3 serve.py
- elif command -v python &> /dev/null; then
+ if command -v python &> /dev/null; then
print_color $BLUE "🐍 Using Python development server"
python serve.py
else