Skip to content

Commit 5ca2e25

Browse files
author
Jonny Johannes
committed
limit effect
1 parent 6db4332 commit 5ca2e25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adoption_sources/rescue_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def fetch_pets(self) -> Iterator[AdoptablePet]:
8080
# "miles": self.radius_miles,
8181
# "postalcode": self.postal_code,
8282
# },
83-
"limit": self.limit,
83+
"limit": 2,
8484
}
8585

8686
logger.info(

0 commit comments

Comments
 (0)