Spaces:
Sleeping
Sleeping
Update scrape_3gpp.py
Browse files- scrape_3gpp.py +1 -1
scrape_3gpp.py
CHANGED
|
@@ -47,7 +47,7 @@ def scrape(url, excel_file, folder_name, status_list, progress=gr.Progress()):
|
|
| 47 |
else:
|
| 48 |
print("No valid 'File' or 'URL' entries found for the filtered statuses.")
|
| 49 |
|
| 50 |
-
print(f"Filenames: {
|
| 51 |
else:
|
| 52 |
print("'TDoc Status' column not found in the Excel file.")
|
| 53 |
|
|
|
|
| 47 |
else:
|
| 48 |
print("No valid 'File' or 'URL' entries found for the filtered statuses.")
|
| 49 |
|
| 50 |
+
print(f"Filenames: {status_filenames}")
|
| 51 |
else:
|
| 52 |
print("'TDoc Status' column not found in the Excel file.")
|
| 53 |
|