From e7f99e5601b000e14171f1659e43ea07f11badf7 Mon Sep 17 00:00:00 2001 From: BennyThink Date: Thu, 30 Dec 2021 15:31:59 +0800 Subject: [PATCH] change container name --- ytdlbot/ytdl_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytdlbot/ytdl_bot.py b/ytdlbot/ytdl_bot.py index 60b6f94..4982a13 100644 --- a/ytdlbot/ytdl_bot.py +++ b/ytdlbot/ytdl_bot.py @@ -93,7 +93,7 @@ def ping_handler(client: "Client", message: "types.Message"): if os.uname().sysname == "Darwin" or ".heroku" in os.getenv("PYTHONHOME", ""): bot_info = "ping unavailable." else: - bot_info = get_runtime("botsrunner_ytdl_1", "YouTube-dl") + bot_info = get_runtime("ytdlbot_ytdl_1", "YouTube-dl") if message.chat.username == OWNER: client.send_document(chat_id, Redis().generate_file(), caption=bot_info) else: