Browse Source

Missing )

pull/2394/merge
Ruud 12 years ago
parent
commit
22b32364b6
  1. 4
      couchpotato/core/downloaders/rtorrent/main.py

4
couchpotato/core/downloaders/rtorrent/main.py

@ -211,9 +211,7 @@ class rTorrent(Downloader):
return False return False
for file_item in torrent.get_files(): for file_item in torrent.get_files():
os.unlink(os.path.join(torrent.directory, file_item.path) os.unlink(os.path.join(torrent.directory, file_item.path))
# Need a proper solution to remove the torrent folder, if the torrent has one; THE RPC DOESN'T SUPPORT IT!
torrent.erase() # just removes the torrent, doesn't delete data torrent.erase() # just removes the torrent, doesn't delete data

Loading…
Cancel
Save