From 0bd7f3a2397d37010baf48b3e5a07d6feb14f99e Mon Sep 17 00:00:00 2001 From: 17_bzhzq <2419254437@qq.com> Date: Fri, 10 Mar 2023 17:04:26 +0800 Subject: [PATCH] Update start.sh --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 5040d67..fc49eac 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,3 @@ #!/bin/sh -python web_app.py & -python web_api.py +python3 web_app.py & +python3 web_api.py