Skip to content

Commit 29848fb

Browse files
committed
Update user agent
1 parent 068a38b commit 29848fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PyMultiDictionary/_dictionary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import urllib.error
2323
import urllib.parse
2424

25-
from bs4 import BeautifulSoup
25+
from bs4 import BeautifulSoup # type: ignore
2626
from urllib.request import urlopen, Request
2727
from typing import Dict, Tuple, Optional, List, Union
2828
from warnings import warn
@@ -38,7 +38,7 @@
3838

3939
# URL header
4040
_HEADER: Dict[str, str] = {
41-
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.140 Safari/537.36'
41+
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'
4242
}
4343

4444
# Cache

0 commit comments

Comments
 (0)