Spaces:
Sleeping
Sleeping
Update start_server.sh
Browse files- start_server.sh +1 -1
start_server.sh
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
nohup python your_script.py &
|
| 5 |
|
| 6 |
# Start a simple web server on port 5000
|
| 7 |
-
python
|
|
|
|
| 4 |
nohup python your_script.py &
|
| 5 |
|
| 6 |
# Start a simple web server on port 5000
|
| 7 |
+
python status_checker.py
|