From 3f400bd8b418ecf2a632e3e4824e27974850d604 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 17 Nov 2022 13:56:43 +0700 Subject: [PATCH] change python to python3 --- jumpstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jumpstart.sh b/jumpstart.sh index 931ac7d..0a62a09 100644 --- a/jumpstart.sh +++ b/jumpstart.sh @@ -1,2 +1,2 @@ cd /slcp -python -m siwat_remote_light_control_protocol_server \ No newline at end of file +python3 -m siwat_remote_light_control_protocol_server \ No newline at end of file