bluuebunny commited on
Commit
eb071f6
·
verified ·
1 Parent(s): 14a2693

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def download_biorxiv(Prefix=""):
120
 
121
 
122
  # Create separate threads function
123
- first_thread2 = threading.Thread(target=download_biorxiv, args=("Current_Content/October_2024/",))
124
 
125
  # Start thread
126
  first_thread2.start()
 
120
 
121
 
122
  # Create separate threads function
123
+ first_thread2 = threading.Thread(target=download_biorxiv, args=("Current_Content/December_2024/",))
124
 
125
  # Start thread
126
  first_thread2.start()