change container name

This commit is contained in:
BennyThink 2021-12-30 15:31:59 +08:00
parent ad77c65513
commit e7f99e5601
No known key found for this signature in database
GPG Key ID: 6CD0DBDA5235D481

View File

@ -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: