change query seq
Some checks failed
/ Make image (push) Has been cancelled

This commit is contained in:
nquidox 2025-12-28 17:07:40 +03:00
parent fedd9f1bbf
commit 3375dadf06

View file

@ -19,7 +19,6 @@ func (s *Parser) getPrice(ctx context.Context, task shared.Task) (int32, error)
)
if err := chromedp.Run(ctx,
chromedp.Navigate("https://www.mandarake.co.jp/index2.html"),
chromedp.WaitReady("body", chromedp.ByQuery),
chromedp.Navigate(task.Link),
chromedp.WaitReady("body"),