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