Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán committed Jun 24, 2021
2 parents 16fedda + 0b39dcb commit 3267676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3267676

Please sign in to comment.