diff --git a/mycurrencynet.go b/mycurrencynet.go index d290a58..e4cd50f 100644 --- a/mycurrencynet.go +++ b/mycurrencynet.go @@ -38,7 +38,7 @@ func init() { client. SetTimeout(5*time.Second). SetRetryCount(1). - SetHeader("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0") + SetHeader("User-Agent", "Mozilla/5.0 (X11; Linux i686; rv:133.0) Gecko/20100101 Firefox/133.0") } func fetch() (html []byte, err error) {