We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db4332 commit 5ca2e25Copy full SHA for 5ca2e25
1 file changed
adoption_sources/rescue_groups.py
@@ -80,7 +80,7 @@ def fetch_pets(self) -> Iterator[AdoptablePet]:
80
# "miles": self.radius_miles,
81
# "postalcode": self.postal_code,
82
# },
83
- "limit": self.limit,
+ "limit": 2,
84
}
85
86
logger.info(
0 commit comments