logger refactor

This commit is contained in:
2024-12-18 13:40:50 +09:00
parent b8d3b953d2
commit 1e64a432ab
8 changed files with 168 additions and 297 deletions

View File

@@ -7,6 +7,7 @@ from telegram.ext import Application
from bot.utils.bot_setup import setup_bot
from scheduler.tasks import load_tasks_to_scheduler
from settings.models import TelegramSettings
from touchh.utils.log import CustomLogger
class Command(BaseCommand):
help = "Запуск Telegram бота и планировщика"