From ce03fc229ed8609d1b4f43aa8fa16f2cd1fdffac Mon Sep 17 00:00:00 2001 From: Joan Cano Date: Thu, 2 Mar 2023 11:27:08 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adida=20librer=C3=ADa=20faltante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wallamanta/alert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wallamanta/alert.py b/wallamanta/alert.py index 03406cd..ef56686 100644 --- a/wallamanta/alert.py +++ b/wallamanta/alert.py @@ -3,6 +3,7 @@ import os import threading import logging import prettytable +import telegram from worker import Worker from telegram import Update