innoai commited on
Commit
049fbe4
·
verified ·
1 Parent(s): 1d00d1b

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +0 -1
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