From 428ed1c35be88fbfedc1569d6e9692778c89ff25 Mon Sep 17 00:00:00 2001 From: Maximilian Möhring Date: Wed, 15 May 2019 15:37:58 +0200 Subject: Renames functions. (crawler) --- crawler/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler/main.go') 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() -- cgit v1.2.3