ajsutes codex

This commit is contained in:
Marco Gallegos
2025-12-15 18:47:48 -06:00
parent a598ef6916
commit ce30e5591e
4 changed files with 6 additions and 6 deletions

View File

@@ -4,8 +4,8 @@ from datetime import time
from telegram.ext import ContextTypes
import pytz
from app.config import OWNER_CHAT_ID, TIMEZONE
from app.modules.agenda import get_agenda
from config import OWNER_CHAT_ID, TIMEZONE
from modules.agenda import get_agenda
# Enable logging
logger = logging.getLogger(__name__)