修复 /start 检测Bug
This commit is contained in:
parent
ee59b47bf2
commit
66e51f3f6e
2
func.py
2
func.py
@ -10,7 +10,7 @@ bot = telegram.Bot(token=TOKEN)
|
|||||||
|
|
||||||
def start(update, context):
|
def start(update, context):
|
||||||
try:
|
try:
|
||||||
connector.get_connection()
|
connector.get_connection().keys()
|
||||||
print('进入start函数')
|
print('进入start函数')
|
||||||
update.message.reply_text(
|
update.message.reply_text(
|
||||||
'在呢!系统运行正常~',
|
'在呢!系统运行正常~',
|
||||||
|
Loading…
Reference in New Issue
Block a user