Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def get_papers_since(url, since_year=2023):
|
|
13 |
每篇论文用一个字典表示:{"title": ..., "year": ...}
|
14 |
"""
|
15 |
headers = {
|
16 |
-
"User-Agent": "
|
17 |
}
|
18 |
|
19 |
papers = []
|
|
|
13 |
每篇论文用一个字典表示:{"title": ..., "year": ...}
|
14 |
"""
|
15 |
headers = {
|
16 |
+
"User-Agent": "curl/7.68.0"
|
17 |
}
|
18 |
|
19 |
papers = []
|