From 66e51f3f6e18b180d1a9f45d096c7608d02d27af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=E6=80=BB=E5=8A=A8=E5=91=98?= <73592731+devourbots@users.noreply.github.com> Date: Wed, 5 May 2021 19:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20/start=20=E6=A3=80?= =?UTF-8?q?=E6=B5=8BBug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.py b/func.py index 8c956e3..d95183f 100644 --- a/func.py +++ b/func.py @@ -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( '在呢!系统运行正常~',