Skip to content

Commit 6285719

Browse files
authored
Update user agent to chrome 123 (#21)
1 parent 2c451f8 commit 6285719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode_export/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
_regex_camelcase_to_snakecase2 = re.compile("([a-z0-9])([A-Z])")
6565

6666
REQUEST_HEADERS = {
67-
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36",
67+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
6868
"Sec-Ch-Ua": '"Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122"',
6969
"Sec-Ch-Ua-Mobile": "?0",
7070
"Sec-Ch-Ua-Platform": '"Windows"',

0 commit comments

Comments
 (0)