From 0b39dcb70434f84b1ba7698e7236249e7e87ce53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Mag=C3=A1n?= Date: Thu, 24 Jun 2021 23:27:50 +0200 Subject: [PATCH] Fix the rest of the message --- src/message_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/message_handler.py b/src/message_handler.py index b9b38dc..bbb2eaa 100644 --- a/src/message_handler.py +++ b/src/message_handler.py @@ -99,8 +99,8 @@ def handle_current_age(update): min_years = get_min_years() max_year_of_birth = datetime.now().year - min_years message = f"El sistema de autocita permite pedir cita a personas nacidas en {max_year_of_birth} o antes. " \ - f"Si cumples con la edad, puedes ir a " \ - f"๐Ÿ”— https://autocitavacuna.sanidadmadrid.org/ohcitacovid para pedir tu cita" + f"Si cumples con este criterio, no esperes mรกs y ve a " \ + f"๐Ÿ”— https://autocitavacuna.sanidadmadrid.org/ohcitacovid para pedir tu cita." user_notification = db.get_user_notification(user_id) if not user_notification: