logs
This commit is contained in:
parent
7fbc196c84
commit
bcc6ea2d29
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue