mirror of
https://github.com/house-of-vanity/gaspar.git
synced 2025-07-06 18:24:07 +00:00
Bump tg-py version.
This commit is contained in:
@ -54,7 +54,7 @@ def main():
|
||||
keyboard = []
|
||||
if torrent.db.get_client_rpc(update.message.chat['id']):
|
||||
keyboard.append([
|
||||
InlineKeyboardButton("Add torrent to RPC client", callback_data=f"start_rpc.{torrent.meta['id']}"),
|
||||
InlineKeyboardButton("Add torrent to RPC client?", callback_data=f"start_rpc.{torrent.meta['id']}"),
|
||||
InlineKeyboardButton("Don't!", callback_data=f"close.{torrent.meta['id']}"), ],
|
||||
)
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
python-telegram-bot==12.7
|
||||
python-telegram-bot==13.4
|
||||
transmission-rpc==2.0.4
|
||||
|
Reference in New Issue
Block a user