mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Avoid no hnadler found.
This commit is contained in:
parent
93f1d9e6f8
commit
4ed7be19ad
@ -10,7 +10,7 @@ except ImportError:
|
||||
import time
|
||||
|
||||
import logging
|
||||
|
||||
logging.basicConfig()
|
||||
logger = logging.getLogger('Telebot')
|
||||
import re
|
||||
from telebot import apihelper, types
|
||||
|
Loading…
Reference in New Issue
Block a user