Skip to content

Commit

Permalink
Updated Coles API version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Oct 18, 2023
1 parent b94a265 commit a83738d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotprices_au/sites/coles.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_category(self, cat_slug):
product_count = 0
while True:
print(f'Page {params["page"]}')
response = self.session.get(f'https://www.coles.com.au/_next/data/20231009.01_v3.54.1/en/browse/{cat_slug}.json', params=params)
response = self.session.get(f'https://www.coles.com.au/_next/data/20231016.01_v3.55.0/en/browse/{cat_slug}.json', params=params)
try:
response.raise_for_status()
except requests.HTTPError:
Expand Down

0 comments on commit a83738d

Please sign in to comment.