Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -600,7 +600,7 @@ def main():
|
|
600 |
# Add source attribution
|
601 |
for pet in pf_pets:
|
602 |
pet['source'] = 'PetFinder'
|
603 |
-
|
604 |
|
605 |
# Fetch from RescueGroups
|
606 |
rg_pets = search_rescuegroups_pets(params)
|
|
|
600 |
# Add source attribution
|
601 |
for pet in pf_pets:
|
602 |
pet['source'] = 'PetFinder'
|
603 |
+
combined_results.extend(pf_pets)
|
604 |
|
605 |
# Fetch from RescueGroups
|
606 |
rg_pets = search_rescuegroups_pets(params)
|