Update start.sh

This commit is contained in:
17_bzhzq 2023-03-10 17:04:26 +08:00 committed by GitHub
parent 703be52f1b
commit 0bd7f3a239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#!/bin/sh
python web_app.py &
python web_api.py
python3 web_app.py &
python3 web_api.py