This commit is contained in:
Ade
2017-04-04 22:34:46 +12:00
parent 2841f36d8d
commit 2832166842
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -13,7 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with Headphones. If not, see <http://www.gnu.org/licenses/>.
import threading
from headphones import db, utorrent, transmission, deluge, qbittorrent, logger
import headphones