Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -238,7 +238,6 @@ def dl_checked_fn(author,checklist,token):
|
|
238 |
file_list = []
|
239 |
file_list_ea=[]
|
240 |
for i,space in enumerate(s_ist):
|
241 |
-
space_ea = space.id.split("/",1)[1]
|
242 |
spaces.append(space_ea)
|
243 |
#print (space_ea)
|
244 |
f_ist = (api.list_repo_files(repo_id=f'{author}/{space_ea}', repo_type="space"))
|
|
|
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"))
|