Fixed all ruff issues
This commit is contained in:
@@ -282,7 +282,7 @@ class QBittorrentClient:
|
||||
}
|
||||
|
||||
try:
|
||||
response = self._make_request("POST", "/api/v2/torrents/delete", data=data)
|
||||
self._make_request("POST", "/api/v2/torrents/delete", data=data)
|
||||
logger.info(f"Deleted torrent {torrent_hash}")
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user