Richardleee commited on
Commit
d812c1c
·
verified ·
1 Parent(s): 62bf841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def get_papers_since(url, since_year=2023):
13
  每篇论文用一个字典表示:{"title": ..., "year": ...}
14
  """
15
  headers = {
16
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
17
  }
18
 
19
  papers = []
 
13
  每篇论文用一个字典表示:{"title": ..., "year": ...}
14
  """
15
  headers = {
16
+ "User-Agent": "curl/7.68.0"
17
  }
18
 
19
  papers = []