From f52cbd24f8bef1a8ebd848ec96a40e4e3a54b215 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 15 Jan 2014 22:30:00 +0100 Subject: [PATCH] Remove debug variable --- couchpotato/core/downloaders/rtorrent/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/couchpotato/core/downloaders/rtorrent/main.py b/couchpotato/core/downloaders/rtorrent/main.py index 410bb57..5027631 100755 --- a/couchpotato/core/downloaders/rtorrent/main.py +++ b/couchpotato/core/downloaders/rtorrent/main.py @@ -29,8 +29,6 @@ class rTorrent(Downloader): url = self.conf('url') if url: - - url = 'http://localhost:8080/RPC2teasd/asdasd//' host_split = splitString(url.split('://')[-1], split_on = '/') self.conf('ssl', value = url.startswith('https'))