This commit is contained in:
2022-12-30 22:08:48 +08:00
committed by GitHub
parent acf394c96c
commit ee3560e2bd
+1 -1
View File
@@ -24,7 +24,7 @@ Basic setup
logging.basicConfig(format='%(asctime)s: %(levelname)s %(name)s | %(message)s',
level=logging.INFO)
logger = telebot.logger.setLevel(logging.DEBUG)
logger = telebot.logger.setLevel(logging.INFO)
bots = {}
# check if credentials exist, create if not