Browse Source

Remove debug variable

pull/2718/head
Ruud 11 years ago
parent
commit
f52cbd24f8
  1. 2
      couchpotato/core/downloaders/rtorrent/main.py

2
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'))

Loading…
Cancel
Save