Skip to content

Commit

Permalink
update user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
raj454raj committed Jul 23, 2023
1 parent 78095d3 commit 33ad240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stopstalk_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

CONTESTS_SITE_MAPPING = ["CodeChef", "CodeForces", "AtCoder", "HackerEarth", "HackerRank", "LeetCode"]

COMMON_USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
COMMON_USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"

# Constants to be used in case of request failures
SERVER_FAILURE = "SERVER_FAILURE"
Expand Down

1 comment on commit 33ad240

@xoder499
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/

Please sign in to comment.