diff --git a/view/threats_and_menaces.py b/view/threats_and_menaces.py index 5081dc0..35a415a 100644 --- a/view/threats_and_menaces.py +++ b/view/threats_and_menaces.py @@ -12,7 +12,7 @@ def __init__(self): def enviar_noticias(self, chat: Chat, noticias: list) -> None: self.logger.info("Enviando noticias a {chat_name}.".format(chat_name=chat.title)) - for noticia in noticias: + for noticia in reversed(noticias): chat.send_message("" + noticia.titulo + "" + "\n\n" + \ noticia.descripcion + "\n\n" + \ "" + MAS_INFORMACION + "\n",