From 54a90cee4700eca4f141cd578b49d7a57b9dc0d4 Mon Sep 17 00:00:00 2001 From: javex Date: Sat, 9 Dec 2023 14:24:17 +1030 Subject: [PATCH] Fix a second coles error --- hotprices_au/sites/coles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hotprices_au/sites/coles.py b/hotprices_au/sites/coles.py index 058807e..d3289bf 100644 --- a/hotprices_au/sites/coles.py +++ b/hotprices_au/sites/coles.py @@ -97,6 +97,7 @@ def get_canonical(item, today): match item['description']: case 'MINI CHRISTMAS CARD 20PK': item['size'] = '20pk' + case 'BOTTLE GIFT BAG': item['size'] = '1ea' quantity, unit = get_quantity_and_unit(item)