Skip to content

Commit

Permalink
Revert "Add temporary break to only fetch one page each"
Browse files Browse the repository at this point in the history
This reverts commit 51a29c3.
  • Loading branch information
Javex committed Sep 26, 2023
1 parent bf0549b commit 823648b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions woolies.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ def get_category(self, cat_id):
# We're done
break

# Temp: Only get one page
break

# Not done, go to next page
request_data['pageNumber'] += 1

Expand Down

0 comments on commit 823648b

Please sign in to comment.