Update start.sh
This commit is contained in:
parent
703be52f1b
commit
0bd7f3a239
1 changed files with 2 additions and 2 deletions
4
start.sh
4
start.sh
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
python web_app.py &
|
python3 web_app.py &
|
||||||
python web_api.py
|
python3 web_api.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue