Update arvix.py
Browse files
arvix.py
CHANGED
|
@@ -104,7 +104,7 @@ def extract_arxiv_data():
|
|
| 104 |
temp_id_storage = []
|
| 105 |
for subcategory in subcategories:
|
| 106 |
ids = extract_data(subcategory)
|
| 107 |
-
if len(ids) ==
|
| 108 |
for id in ids:
|
| 109 |
temp_id_storage.append(id)
|
| 110 |
else:
|
|
|
|
| 104 |
temp_id_storage = []
|
| 105 |
for subcategory in subcategories:
|
| 106 |
ids = extract_data(subcategory)
|
| 107 |
+
if len(ids) == 2:
|
| 108 |
for id in ids:
|
| 109 |
temp_id_storage.append(id)
|
| 110 |
else:
|