Refix script

This commit is contained in:
Joey Hafner 2023-11-21 08:39:04 -08:00
parent af1af3de04
commit 0a38f321f9

View File

@ -2,7 +2,7 @@ host = input("Enter host (e.g. 'localhost:8080'): ")
username = input("Enter username: ")
password = input("Enter password: ")
from qbittorrent-api import Client
import qbittorrentapi
client = Client(host=host, username=username, password=password)
torrent_list = client.torrents.info()