diff options
| author | Max | 2019-05-12 22:36:52 +0200 |
|---|---|---|
| committer | Max | 2019-05-12 22:36:52 +0200 |
| commit | b523bb035931cc27daa568e6348d03d379946581 (patch) | |
| tree | 8444d179cf5b2e7e84bd3c6304bd90b5017e1c72 /crawler | |
| parent | ff8601c8913a3c264de566ad34c34ef634a9d251 (diff) | |
| download | alkobote-b523bb035931cc27daa568e6348d03d379946581.tar.gz | |
Minor fix. (crawler)
Diffstat (limited to 'crawler')
| -rw-r--r-- | crawler/shop_drankdozijn.go | 7 |
1 files changed, 7 insertions, 0 deletions
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) |
