From fa4fb7bf0030d40f37ee512b69818ddd7fe54507 Mon Sep 17 00:00:00 2001 From: chenxudong Date: Wed, 4 Jun 2025 17:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.py b/src/start.py index 07caaa2..f06be2b 100644 --- a/src/start.py +++ b/src/start.py @@ -69,4 +69,4 @@ def kill_process_by_port(port): if __name__ == '__main__': kill_process_by_port(12396) - # start() \ No newline at end of file + start() \ No newline at end of file