add sinonims for dickup test done

This commit is contained in:
Pavel_Duron
2022-12-16 22:16:21 +10:00
parent 157833e41a
commit 9c91fc5420
5 changed files with 14 additions and 13 deletions

13
bot.py
View File

@@ -4,18 +4,17 @@ import graypy
from aiogram import executor
from create_bot import dp
from handlers import pipisa, time_new_year, sendalarm, start_help
import handlers
# logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(
level = logging.DEBUG,
handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
)
# logging.basicConfig(
# level = logging.DEBUG,
# handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
# )
# pipisa.register_handlers_pipisa(dp)
# time_new_year.register_handlers_time(dp)