This commit is contained in:
nquidox 2026-04-08 12:17:25 +03:00
parent 7fbc196c84
commit bcc6ea2d29
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,7 @@ func (s *Scrapper) setupBrowser(ctx context.Context) (string, error) {
chromedp.Navigate("https://www.mandarake.co.jp/index2.html"),
chromedp.WaitReady("body", chromedp.ByQuery),
); err != nil {
log.WithError(err).Error(pkgLogHeader + logGetPrice + "failed to get single price tag")
log.WithError(err).Error(pkgLogHeader + "failed to setup browser")
return copyright, err
}