1
0
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:
eternnoir 2015-08-23 22:52:20 +08:00
parent 93f1d9e6f8
commit 4ed7be19ad

View File

@ -10,7 +10,7 @@ except ImportError:
import time
import logging
logging.basicConfig()
logger = logging.getLogger('Telebot')
import re
from telebot import apihelper, types