Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update User-Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed May 6, 2024
1 parent 4ac342d commit e1f8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitro_generator_checker/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SSL_CONTEXT = ssl.create_default_context(cafile=certifi.where())
HEADERS: MappingProxyType[str, str] = MappingProxyType({
hdrs.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" # noqa: E501
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" # noqa: E501
)
})

Expand Down

0 comments on commit e1f8f5d

Please sign in to comment.