From bb6f680568560ec14418808ac89f8a7af0e2b294 Mon Sep 17 00:00:00 2001 From: Sergio Brenes Date: Wed, 19 Mar 2025 11:50:00 +0100 Subject: [PATCH] Update commands.py --- src/api/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +