Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def run_cli_script():
|
|
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()
|
|
|
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()
|