mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-15 16:19:28 +01:00
pep
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user