Skip to content

Commit 15f0d83

Browse files
committed
Update user-agent
1 parent aa8b133 commit 15f0d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fundus/scraping/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
logger = create_logger(__name__)
1414

15-
_default_header = {"user-agent": "Fundus"}
15+
_default_header = {"user-agent": "Fundus/2.0 (contact: github.com/flairnlp/fundus)"}
1616

1717

1818
class InterruptableSession(requests.Session):

0 commit comments

Comments
 (0)