This commit is contained in:
parent
b2d58f4320
commit
688c61642b
8
bot.py
8
bot.py
@ -11,10 +11,10 @@ import handlers
|
|||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
||||||
|
|
||||||
# logging.basicConfig(
|
logging.basicConfig(
|
||||||
# level = logging.DEBUG,
|
level = logging.DEBUG,
|
||||||
# handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
|
handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
|
||||||
# )
|
)
|
||||||
|
|
||||||
# pipisa.register_handlers_pipisa(dp)
|
# pipisa.register_handlers_pipisa(dp)
|
||||||
# time_new_year.register_handlers_time(dp)
|
# time_new_year.register_handlers_time(dp)
|
||||||
|
Loading…
Reference in New Issue
Block a user