mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fixed the errors from my last PRs
I testet all using pytest and python versions 3.6-3.9 on macOS
This commit is contained in:
@@ -9,6 +9,9 @@ import time
|
||||
import traceback
|
||||
from typing import List, Union
|
||||
|
||||
import telebot.util
|
||||
import telebot.types
|
||||
|
||||
logger = logging.getLogger('TeleBot')
|
||||
formatter = logging.Formatter(
|
||||
'%(asctime)s (%(filename)s:%(lineno)d %(threadName)s) %(levelname)s - %(name)s: "%(message)s"'
|
||||
|
||||
Reference in New Issue
Block a user