1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-02 04:21:43 +00:00

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

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