Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -322,7 +322,10 @@ def nasa_sdo_composite(obj,size,date1,date2):
|
|
322 |
if src_obj == o:
|
323 |
if int(ls[2]) == int(s):
|
324 |
link_box.append(href)
|
325 |
-
link_box
|
|
|
|
|
|
|
326 |
for ea in link_box:
|
327 |
if cnt<=max_cnt:
|
328 |
cnt+=1
|
|
|
322 |
if src_obj == o:
|
323 |
if int(ls[2]) == int(s):
|
324 |
link_box.append(href)
|
325 |
+
print(link_box)
|
326 |
+
print("$$$$$$$$$$$$$$$$$")
|
327 |
+
link_box.sort(reverse=True)
|
328 |
+
print(link_box)
|
329 |
for ea in link_box:
|
330 |
if cnt<=max_cnt:
|
331 |
cnt+=1
|