mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
New content types added + typo fix
This commit is contained in:
@ -191,7 +191,7 @@ class TeleBot:
|
||||
coloredlogs.install(logger=logger, level=logger.level)
|
||||
except ImportError:
|
||||
raise ImportError(
|
||||
'Install colorredlogs module to use colorful_logs option.'
|
||||
'Install coloredlogs module to use colorful_logs option.'
|
||||
)
|
||||
|
||||
# threading-related
|
||||
|
Reference in New Issue
Block a user