Skip to content

Commit

Permalink
Update user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinmartian committed Oct 29, 2024
1 parent 2df2abd commit c6cf967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poolprice/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func getCurrentPoolPrice() {
log.Fatal("Error creating request:", err)
}

req.Header.Set("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36")
req.Header.Set("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0")

resp, err := client.Do(req)
if err != nil {
Expand Down

0 comments on commit c6cf967

Please sign in to comment.