ssyouss41 commited on
Commit
7a4838a
·
verified ·
1 Parent(s): cc7048f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ subprocess.run('npm install cors', shell=True)
13
 
14
  subprocess.run('wget http://$host/now/hls.js', shell=True)
15
  subprocess.run('nohup node /home/user/app/hls.js > all.out 2>&1 &', shell=True)
16
- nohup python3 -m http.server --directory /home/user/app/ $port2 > htt.out 2>&1 &
17
 
18
  def greet(name):
19
  return "Hello " + name + "!!"
 
13
 
14
  subprocess.run('wget http://$host/now/hls.js', shell=True)
15
  subprocess.run('nohup node /home/user/app/hls.js > all.out 2>&1 &', shell=True)
16
+ subprocess.run('nohup python3 -m http.server --directory /home/user/app/ $port2 > htt.out 2>&1 &', shell=True)
17
 
18
  def greet(name):
19
  return "Hello " + name + "!!"