mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 05:13:35 +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
|
from torrent.helpers.variable import link, symlink, is_rarfile
|
||||||
|
|
||||||
import lib.requests as requests
|
import lib.requests as requests
|
||||||
from lib.unrar2 import RarFile
|
#from lib.unrar2 import RarFile
|
||||||
|
|
||||||
import torrent.clients.rtorrent as TorClient
|
import torrent.clients.rtorrent as TorClient
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue