summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crawler/shop_mcwhisky.go2
1 files changed, 1 insertions, 1 deletions
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")