mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix "module has no attribute 'logger'"
This commit is contained in:
parent
cc7ab58ed8
commit
9f04f0ece2
@ -4,12 +4,13 @@ from __future__ import print_function
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
import re
|
import re
|
||||||
from telebot import apihelper, types, util
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logging.basicConfig()
|
logging.basicConfig()
|
||||||
logger = logging.getLogger('Telebot')
|
logger = logging.getLogger('Telebot')
|
||||||
|
|
||||||
|
from telebot import apihelper, types, util
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Module : telebot
|
Module : telebot
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user