Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -14,7 +14,7 @@ def find_dataset(author=None):
|
|
14 |
try:
|
15 |
#space_ea = space.id.split("/",1)[1]
|
16 |
spaces.append(f'{space.id}<br>')
|
17 |
-
out_html = f'{out_html}{space.id}<br>'
|
18 |
|
19 |
print(space.id)
|
20 |
except Exception as e:
|
|
|
14 |
try:
|
15 |
#space_ea = space.id.split("/",1)[1]
|
16 |
spaces.append(f'{space.id}<br>')
|
17 |
+
out_html = f'{out_html}{space.id}<br>'
|
18 |
|
19 |
print(space.id)
|
20 |
except Exception as e:
|