Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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()
|