Skip to content

Commit

Permalink
Fix a second coles error
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Dec 9, 2023
1 parent 4dc5c0b commit 54a90ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hotprices_au/sites/coles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 54a90ce

Please sign in to comment.