tastypear commited on
Commit
2147bd5
1 Parent(s): 0f3b6b0

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -3
start.sh CHANGED
@@ -1,4 +1,5 @@
1
- #!/bin/bash
2
- python main.py &
3
- python space_checker.py &
 
4
  wait
 
1
+ #!/bin/bash
2
+ python -m http.server 7860 & kill $!
3
+ python main.py &
4
+ python space_checker.py &
5
  wait