imseldrith commited on
Commit
babde2b
·
verified ·
1 Parent(s): 332f046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def run_cli_script():
16
 
17
  try:
18
  process = subprocess.Popen(
19
- ["python", "cli.py"],
20
  stdout=subprocess.PIPE,
21
  stderr=subprocess.STDOUT, # Merge stdout and stderr
22
  text=True,
 
16
 
17
  try:
18
  process = subprocess.Popen(
19
+ ["python3", "cli.py"],
20
  stdout=subprocess.PIPE,
21
  stderr=subprocess.STDOUT, # Merge stdout and stderr
22
  text=True,