small fix
All checks were successful
/ Make image (push) Successful in 38s

This commit is contained in:
nquidox 2025-12-28 17:08:31 +03:00
parent 3375dadf06
commit 784a1a74ff

View file

@ -19,7 +19,6 @@ func (s *Parser) getPrice(ctx context.Context, task shared.Task) (int32, error)
)
if err := chromedp.Run(ctx,
chromedp.WaitReady("body", chromedp.ByQuery),
chromedp.Navigate(task.Link),
chromedp.WaitReady("body"),
chromedp.Text(`div.price`, &singlePrice, chromedp.ByQuery, chromedp.AtLeast(0)),