mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-24 15:24:03 +08:00
change container name
This commit is contained in:
parent
ad77c65513
commit
e7f99e5601
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue