Update config
Signed-off-by: breakdowns <hafitz666@outlook.co.id>
This commit is contained in:
parent
3237a5f438
commit
0ef3d1882a
|
|
@ -206,7 +206,7 @@ async def config_button(_, query):
|
|||
elif data == '10':
|
||||
return await query.message.edit(
|
||||
__header__.format(data)
|
||||
+ f"**[ Updater Config ]**\n\n**UPSTREAM_REPO:** `{UPSTREAM_REPO}`\n\n**UPSTREAM_BRANCH:** `{UPSTREAM_BRANCH}`",
|
||||
+ f"**[ qBittorrent Config ]**\n\n**IS_VPS:** `{IS_VPS}`\n\n**SERVER_PORT:** `{SERVER_PORT}`\n\n**BASE_URL:** `{BASE_URL}`\n\n**[ Updater Config ]**\n\n**UPSTREAM_REPO:** `{UPSTREAM_REPO}`\n\n**UPSTREAM_BRANCH:** `{UPSTREAM_BRANCH}`",
|
||||
reply_markup=types.InlineKeyboardMarkup(
|
||||
[
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in New Issue