Skip to content
This repository has been archived by the owner on Dec 9, 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
jwilk committed Nov 9, 2024
1 parent cc6cceb commit 39e1f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abdicate
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def wait(response):
class UserAgent:

headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0'
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0'
}
debug_level = 0

Expand Down

0 comments on commit 39e1f28

Please sign in to comment.