Skip to content

Commit b06c485

Browse files
authored
Merge pull request #41 from 4GeeksAcademy/Brenes93-patch-5
Update commands.py
2 parents 10b8812 + bb6f680 commit b06c485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/api/commands.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def insert_data_catfood():
4848
catfood.price = 6.42
4949
catfood.animal_type = "gato"
5050
catfood.age = "adulto"
51-
catfood.pathologies = "hipoalergénico"
51+
catfood.pathologies = "hipoalergenico"
5252
catfood.url = "https://era2vrmzk5n.exactdn.com/wp-content/uploads/2022/09/Pienso-15K-croqPEZ-Ayurveda-gato-kasaludintegral-1080x1080pix.jpg?strip=all&lossy=1&w=648&ssl=1"
5353
db.session.add(catfood)
5454
db.session.commit()
@@ -381,4 +381,4 @@ def insert_data_pet():
381381

382382

383383

384-
384+

0 commit comments

Comments
 (0)