nesticot commited on
Commit
7fcf354
·
verified ·
1 Parent(s): 679955f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ headers = {
125
  params = {
126
  "fields[member]": "full_name,email", # Request the member's email
127
  "include": "currently_entitled_tiers", # Include the currently entitled tiers
128
- "page[size]": 1000 # Fetch up to 1000 patrons per request
129
  }
130
 
131
  response = requests.get(url, headers=headers, params=params)
 
125
  params = {
126
  "fields[member]": "full_name,email", # Request the member's email
127
  "include": "currently_entitled_tiers", # Include the currently entitled tiers
128
+ "page[size]": 10000 # Fetch up to 1000 patrons per request
129
  }
130
 
131
  response = requests.get(url, headers=headers, params=params)