diff options
Diffstat (limited to 'crawler/scrape.go')
| -rw-r--r-- | crawler/scrape.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/scrape.go b/crawler/scrape.go index ced1d98..f6ad80b 100644 --- a/crawler/scrape.go +++ b/crawler/scrape.go @@ -30,7 +30,7 @@ func (app *App) Scrape(shop Shop, wait chan bool) { W = ScrapeShop(shop) - W = sanitize_offer(W) + W = sanitize_offer(W, shop) err = app.save_offer(W) if err != nil { |
