forked from Pavel_Durov/python_bot
add sinonims for dickup test done
This commit is contained in:
13
bot.py
13
bot.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user