修复 /start 检测Bug

This commit is contained in:
机器人总动员 2021-05-05 19:30:11 +08:00
parent ee59b47bf2
commit 66e51f3f6e

View File

@ -10,7 +10,7 @@ bot = telegram.Bot(token=TOKEN)
def start(update, context):
try:
connector.get_connection()
connector.get_connection().keys()
print('进入start函数')
update.message.reply_text(
'在呢!系统运行正常~',