diff --git a/homelab/fighter/scripts/remove_trumped_torrents.py b/homelab/fighter/scripts/remove_trumped_torrents.py index 8067c309..ebd8c041 100644 --- a/homelab/fighter/scripts/remove_trumped_torrents.py +++ b/homelab/fighter/scripts/remove_trumped_torrents.py @@ -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()