diff --git a/core/plugins/downloaders/torrent/deluge.py b/core/plugins/downloaders/torrent/deluge.py index 5503ee04..62560e43 100644 --- a/core/plugins/downloaders/torrent/deluge.py +++ b/core/plugins/downloaders/torrent/deluge.py @@ -1,6 +1,6 @@ from __future__ import annotations -from deluge_client import DelugeRPCClient +from deluge_client.client import DelugeRPCClient import core from core import logger