Omnibus commited on
Commit
0a593eb
1 Parent(s): 3007b2e

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +3 -3
dl.py CHANGED
@@ -18,7 +18,7 @@ css="""
18
  display:block;
19
  }
20
 
21
- #my_checkbox{
22
  display:block;
23
  }
24
  """
@@ -237,8 +237,8 @@ def dl_checked_fn(author,checklist,token):
237
  s_ist = checklist
238
  file_list = []
239
  file_list_ea=[]
240
- for i,space in enumerate(s_ist):
241
- spaces.append(space_ea)
242
  #print (space_ea)
243
  f_ist = (api.list_repo_files(repo_id=f'{author}/{space_ea}', repo_type="space"))
244
  #print (f_ist)
 
18
  display:block;
19
  }
20
 
21
+ my_checkbox{
22
  display:block;
23
  }
24
  """
 
237
  s_ist = checklist
238
  file_list = []
239
  file_list_ea=[]
240
+ for i,space_ea in enumerate(s_ist):
241
+ #spaces.append(space_ea)
242
  #print (space_ea)
243
  f_ist = (api.list_repo_files(repo_id=f'{author}/{space_ea}', repo_type="space"))
244
  #print (f_ist)