Update main.py
Browse files
main.py
CHANGED
@@ -237,7 +237,7 @@ async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|
237 |
if isinstance(result, str):
|
238 |
await update.message.reply_text(f"❌未成功创建任务:{result},请稍后重试!!")
|
239 |
else:
|
240 |
-
await update.message.reply_text(f"操作结果:{result['
|
241 |
|
242 |
else:
|
243 |
await update.message.reply_text(f"收到不支持的消息:{text}")
|
|
|
237 |
if isinstance(result, str):
|
238 |
await update.message.reply_text(f"❌未成功创建任务:{result},请稍后重试!!")
|
239 |
else:
|
240 |
+
await update.message.reply_text(f"操作结果:{result['restore_status']}")
|
241 |
|
242 |
else:
|
243 |
await update.message.reply_text(f"收到不支持的消息:{text}")
|