forked from Pavel_Durov/python_bot
bring dick back.
This commit is contained in:
8
bot.py
8
bot.py
@@ -1,20 +1,12 @@
|
||||
import logging
|
||||
import graypy
|
||||
|
||||
from aiogram import executor
|
||||
|
||||
from create_bot import dp
|
||||
|
||||
import handlers
|
||||
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
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