From 39148ba9ed9f273700f9fdb386ca9ae1a6885710 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Mon, 17 Oct 2022 21:08:10 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Rename=20web=5Fapp.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index d91f145..5040d67 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,3 @@ #!/bin/sh -python web_zh.py & -python web_api.py \ No newline at end of file +python web_app.py & +python web_api.py