Skip to content

Commit 8f71f3e

Browse files
authored
Merge pull request #788 from flairNLP/update-user-agent
Update user-agent
2 parents aa8b133 + 15f0d83 commit 8f71f3e

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)