Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|