Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ headers = {
|
|
| 173 |
params = {
|
| 174 |
"fields[member]": "full_name,email", # Request the member's email
|
| 175 |
"include": "currently_entitled_tiers", # Include the currently entitled tiers
|
| 176 |
-
"page[size]":
|
| 177 |
}
|
| 178 |
|
| 179 |
response = requests.get(url, headers=headers, params=params)
|
|
|
|
| 173 |
params = {
|
| 174 |
"fields[member]": "full_name,email", # Request the member's email
|
| 175 |
"include": "currently_entitled_tiers", # Include the currently entitled tiers
|
| 176 |
+
"page[size]": 10000 # Fetch up to 1000 patrons per request
|
| 177 |
}
|
| 178 |
|
| 179 |
response = requests.get(url, headers=headers, params=params)
|