Skip to content

Commit ae653ca

Browse files
committed
Try displaying the selected pet
1 parent df12fa2 commit ae653ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def pick_pet(pets):
113113
return None
114114

115115
selected_pet = random.choice(eligible)
116+
print(selected_pet)
116117
# Add pet ID to list of posted pets
117118
data["posted_pets"].append({"name": selected_pet.name, "pet_id": selected_pet.pet_id, "time": datetime.now(timezone.utc).isoformat()})
118119
# Remove old pets

0 commit comments

Comments
 (0)