hermanda commited on
Commit
5aa8e9f
·
verified ·
1 Parent(s): b2c01aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ def download_subtitles(url):
16
  )
17
 
18
  # Extract the last line from stdout which is the directory name
 
19
  stdout_lines = result.stdout.strip().split('\n')
20
  directory = stdout_lines[-1].strip()
21
 
 
16
  )
17
 
18
  # Extract the last line from stdout which is the directory name
19
+ print(result.stdout)
20
  stdout_lines = result.stdout.strip().split('\n')
21
  directory = stdout_lines[-1].strip()
22