FIX: When sending a torrent directly to rTorrent, an invalid nodule error would occur

This commit is contained in:
evilhero 2016-06-11 22:53:41 -04:00
parent 93077a0532
commit 156119ffa4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from base64 import b16encode, b32decode
from torrent.helpers.variable import link, symlink, is_rarfile
import lib.requests as requests
from lib.unrar2 import RarFile
#from lib.unrar2 import RarFile
import torrent.clients.rtorrent as TorClient