Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -10,12 +10,12 @@ spaces=[]
|
|
10 |
for space in s_ist:
|
11 |
#for i,space in enumerate(s_ist):
|
12 |
try:
|
|
|
|
|
|
|
13 |
print(space.id)
|
14 |
except Exception as e:
|
15 |
print(e)
|
16 |
-
#space_ea = space.id.split("/",1)[1]
|
17 |
#s_info=api.space_info(f'{name}/{space}',files_metadata=True)
|
18 |
#print(s_info)
|
19 |
-
|
20 |
-
spaces.append("\n")
|
21 |
-
#print(spaces)
|
|
|
10 |
for space in s_ist:
|
11 |
#for i,space in enumerate(s_ist):
|
12 |
try:
|
13 |
+
space_ea = space.id.split("/",1)[1]
|
14 |
+
spaces.append(space_ea)
|
15 |
+
|
16 |
print(space.id)
|
17 |
except Exception as e:
|
18 |
print(e)
|
|
|
19 |
#s_info=api.space_info(f'{name}/{space}',files_metadata=True)
|
20 |
#print(s_info)
|
21 |
+
print(spaces)
|
|
|
|