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)