From b523bb035931cc27daa568e6348d03d379946581 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 12 May 2019 22:36:52 +0200 Subject: Minor fix. (crawler) --- crawler/shop_drankdozijn.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crawler/shop_drankdozijn.go b/crawler/shop_drankdozijn.go index e368bc5..ffa8904 100644 --- a/crawler/shop_drankdozijn.go +++ b/crawler/shop_drankdozijn.go @@ -208,6 +208,13 @@ func (app *App) ScrapeDrankdozijn(shop Shop) []Angebot { } W.Spirit_type = tmp_type } + if "Mezcal" == tmp_type { + if tmp_type != W.Spirit_type { + DebugOffer(W, "Spirit Type Changed: "+W.Spirit_type+" -> "+tmp_type) + W.Spirit_type = tmp_type + } + W.Spirit_type = tmp_type + } if "Baijiu" == tmp_type { if tmp_type != W.Spirit_type { DebugOffer(W, "Spirit Type Changed: "+W.Spirit_type+" -> "+tmp_type) -- cgit v1.2.3