bot
commited on
Commit
·
90f92ae
1
Parent(s):
5c25912
Fix
Browse files
main.py
CHANGED
@@ -239,7 +239,7 @@ async def tg_show_shares(update: Update, context: CallbackContext):
|
|
239 |
keyboard = []
|
240 |
|
241 |
if shares["data"] is None:
|
242 |
-
await update.message.reply_text("
|
243 |
else:
|
244 |
# 为每个文件创建按钮和操作选项
|
245 |
for share in shares["data"]:
|
|
|
239 |
keyboard = []
|
240 |
|
241 |
if shares["data"] is None:
|
242 |
+
await update.message.reply_text("❌未找到分享!!")
|
243 |
else:
|
244 |
# 为每个文件创建按钮和操作选项
|
245 |
for share in shares["data"]:
|