Refix script
This commit is contained in:
parent
af1af3de04
commit
0a38f321f9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user