awacke1 commited on
Commit
7553879
·
1 Parent(s): ea590ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()