MaksG commited on
Commit
8ac0165
1 Parent(s): 396839f

Update scrape_3gpp.py

Browse files
Files changed (1) hide show
  1. scrape_3gpp.py +1 -1
scrape_3gpp.py CHANGED
@@ -342,7 +342,7 @@ def extractionPrincipale(url, excel_file=None, status_list=None, progress=gr.Pro
342
  folder_path = os.path.join(extract_directory, folder)
343
  if os.path.isdir(folder_path):
344
  for file in os.listdir(folder_path):
345
- progress(pourcents2,desc='Creating Excel File')
346
  pourcents2+=0.4/count
347
 
348
 
 
342
  folder_path = os.path.join(extract_directory, folder)
343
  if os.path.isdir(folder_path):
344
  for file in os.listdir(folder_path):
345
+ progress(min(pourcents2,0.99),desc='Creating Excel File')
346
  pourcents2+=0.4/count
347
 
348