bot
commited on
Commit
·
41538d2
1
Parent(s):
24566a6
Fix
Browse files
main.py
CHANGED
@@ -249,7 +249,7 @@ async def tg_show_shares(update: Update, context: CallbackContext):
|
|
249 |
InlineKeyboardButton(f"{share['share_id']}"),
|
250 |
InlineKeyboardButton(
|
251 |
f"取消",
|
252 |
-
callback_data=f"del_s:{share['
|
253 |
),
|
254 |
]
|
255 |
)
|
|
|
249 |
InlineKeyboardButton(f"{share['share_id']}"),
|
250 |
InlineKeyboardButton(
|
251 |
f"取消",
|
252 |
+
callback_data=f"del_s:{share['share_id']}",
|
253 |
),
|
254 |
]
|
255 |
)
|