Spaces:
Sleeping
Sleeping
Update TLDR.py
Browse files
TLDR.py
CHANGED
|
@@ -70,7 +70,7 @@ def update_mainTLDR(buttons_to_add, paper_list):
|
|
| 70 |
|
| 71 |
# Check if any categories are selected
|
| 72 |
if buttons_to_add:
|
| 73 |
-
for i in range(
|
| 74 |
print("Used categories:", buttons_to_add, flush=True)
|
| 75 |
|
| 76 |
# Generate a Markdown object for each selected category
|
|
|
|
| 70 |
|
| 71 |
# Check if any categories are selected
|
| 72 |
if buttons_to_add:
|
| 73 |
+
for i in range(len(buttons_to_add)):
|
| 74 |
print("Used categories:", buttons_to_add, flush=True)
|
| 75 |
|
| 76 |
# Generate a Markdown object for each selected category
|