From b4f46fa56ca71904b4eaac603884fc92edfe2a9a Mon Sep 17 00:00:00 2001 From: DerrtSML <93052047+DerrtSML@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:34:35 +0300 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 82d16ab..8fcecf7 100644 --- a/bot.py +++ b/bot.py @@ -49,7 +49,7 @@ def init_qbittorrent_client(): # Используйте 'host' вместо 'f"http://{QBT_HOST}:{QBT_PORT}/"' # qbittorrentapi ожидает хост без 'http://' и без порта qb = Client( - host=f"{QBT_HOST}:{QBT_PORT}", # Хост и порт вместе + host=f"{192.169.1.42}:{19080}", # Хост и порт вместе username=admin, password=Derrty5Derrt5 )