ulduldp commited on
Commit
dd7e01c
·
verified ·
1 Parent(s): daefd1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import subprocess
2
 
3
  result = subprocess.run(
4
- ["node", "/app/index.js"],
5
  capture_output=True,
6
  text=True
7
  )
 
1
  import subprocess
2
 
3
  result = subprocess.run(
4
+ ["node", "index.js"],
5
  capture_output=True,
6
  text=True
7
  )