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 )