Update scrape_3gpp.py
Browse files- scrape_3gpp.py +1 -1
scrape_3gpp.py
CHANGED
@@ -458,7 +458,7 @@ def extractionPrincipale(url, excel_file=None, status_list=None, progress=gr.Pro
|
|
458 |
source = "" # Update this with actual source determination logic
|
459 |
RelatedWIs = ""
|
460 |
status = ""
|
461 |
-
data.append([url+ "/" + folder + '.zip', folder , category, title, source,
|
462 |
|
463 |
guide_file = 'guide.xlsx'
|
464 |
if os.path.exists(guide_file):
|
|
|
458 |
source = "" # Update this with actual source determination logic
|
459 |
RelatedWIs = ""
|
460 |
status = ""
|
461 |
+
data.append([url+ "/" + folder + '.zip', folder , category, title, source, Related WIs, status, contenu])
|
462 |
|
463 |
guide_file = 'guide.xlsx'
|
464 |
if os.path.exists(guide_file):
|