CCockrum commited on
Commit
9fb3e09
·
verified ·
1 Parent(s): 1ff0678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -600,7 +600,7 @@ def main():
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)
 
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)