Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ def main():
|
|
258 |
except:
|
259 |
print('url history is empty')
|
260 |
# Update each time to show files we have
|
261 |
-
for subdir in history.values():
|
262 |
# show_download_links(subdir)
|
263 |
if __name__ == "__main__":
|
264 |
main()
|
|
|
258 |
except:
|
259 |
print('url history is empty')
|
260 |
# Update each time to show files we have
|
261 |
+
#for subdir in history.values():
|
262 |
# show_download_links(subdir)
|
263 |
if __name__ == "__main__":
|
264 |
main()
|