From 3e9d7a87a717918959bac4f607e35bbed09f84c0 Mon Sep 17 00:00:00 2001 From: evilhero Date: Fri, 2 Mar 2018 02:08:49 -0500 Subject: [PATCH] FIX:(#1876) When adding file to uTorrent via snatch, Mylar would successfully add but return an error due to an invalid format --- mylar/rsscheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/rsscheck.py b/mylar/rsscheck.py index 7ba40588..fe4524be 100755 --- a/mylar/rsscheck.py +++ b/mylar/rsscheck.py @@ -1102,7 +1102,7 @@ def torsend2client(seriesname, issue, seriesyear, linkit, site, pubhash=None): return ti else: #if ti is value, it will return the hash - torrent_info = [] + torrent_info = {} torrent_info['hash'] = ti torrent_info['clientmode'] = 'utorrent' torrent_info['link'] = linkit