From 17d6c22beae3ff3f8320a7afbaf8a9c843205deb Mon Sep 17 00:00:00 2001 From: horus Date: Sat, 17 Feb 2018 16:27:14 +0100 Subject: Bugfix. (crawler) --- crawler/shop_mcwhisky.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler') diff --git a/crawler/shop_mcwhisky.go b/crawler/shop_mcwhisky.go index 0c35eff..2a188c3 100644 --- a/crawler/shop_mcwhisky.go +++ b/crawler/shop_mcwhisky.go @@ -82,7 +82,7 @@ func (app *App) ScrapeMCWhisky(shop Shop) []Angebot { var ctx string W.Volume, ctx = get_volume(e) - if W.Abv == 0 { + if W.Volume == 0 { W.error_msg = "MC Whisky: Volume is zero" W.error_ctx = ctx WarnOffer(W, "MC Whisky: Volume is zero") -- cgit v1.2.3