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:
parent
93077a0532
commit
156119ffa4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue