Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -502,7 +502,6 @@ def update(
|
|
| 502 |
text=True,
|
| 503 |
encoding='utf-8', errors='replace',
|
| 504 |
check=True, # Raise CalledProcessError if return code is non-zero
|
| 505 |
-
timeout=30000 # 50 minute timeout
|
| 506 |
)
|
| 507 |
logging.info("FFMPEG command executed successfully.")
|
| 508 |
# Log stderr as it often contains useful info/warnings
|
|
|
|
| 502 |
text=True,
|
| 503 |
encoding='utf-8', errors='replace',
|
| 504 |
check=True, # Raise CalledProcessError if return code is non-zero
|
|
|
|
| 505 |
)
|
| 506 |
logging.info("FFMPEG command executed successfully.")
|
| 507 |
# Log stderr as it often contains useful info/warnings
|