diff --git a/headphones/rutracker.py b/headphones/rutracker.py index b48301fb..658d490e 100644 --- a/headphones/rutracker.py +++ b/headphones/rutracker.py @@ -218,7 +218,6 @@ class Rutracker(object): except Exception as e: logger.exception('Error adding file to utorrent %s', e) - # TODO get this working in qbittorrent.py def qbittorrent_add_file(self, data): host = headphones.CONFIG.QBITTORRENT_HOST diff --git a/headphones/torrentfinished.py b/headphones/torrentfinished.py index fa51d2fb..d90ffae4 100644 --- a/headphones/torrentfinished.py +++ b/headphones/torrentfinished.py @@ -13,7 +13,6 @@ # You should have received a copy of the GNU General Public License # along with Headphones. If not, see . -import threading from headphones import db, utorrent, transmission, deluge, qbittorrent, logger import headphones