diff --git a/src/api/commands.py b/src/api/commands.py index 0dfd944a5b..0072ae37ad 100644 --- a/src/api/commands.py +++ b/src/api/commands.py @@ -48,7 +48,7 @@ def insert_data_catfood(): catfood.price = 6.42 catfood.animal_type = "gato" catfood.age = "adulto" - catfood.pathologies = "hipoalergénico" + catfood.pathologies = "hipoalergenico" 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" db.session.add(catfood) db.session.commit() @@ -381,4 +381,4 @@ def insert_data_pet(): - \ No newline at end of file +