diff options
Diffstat (limited to 'crawler/main.go')
| -rw-r--r-- | crawler/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/main.go b/crawler/main.go index 54c351f..85206e9 100644 --- a/crawler/main.go +++ b/crawler/main.go @@ -94,7 +94,7 @@ func main() { return } - app.ScrapeHTML(shops) + app.Scrape(shops) // short url err = app.post_process() |
