imseldrith commited on
Commit
20fce6b
·
verified ·
1 Parent(s): 88e9f1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def run_cli_script():
18
  ["python", "cli.py"],
19
  capture_output=True,
20
  text=True,
21
- timeout=300
22
  )
23
  log_entry['output'] = result.stdout.strip()
24
  log_entry['error'] = result.stderr.strip()
 
18
  ["python", "cli.py"],
19
  capture_output=True,
20
  text=True,
21
+
22
  )
23
  log_entry['output'] = result.stdout.strip()
24
  log_entry['error'] = result.stderr.strip()