From 0c7ea8a5a0e8e38a3c6499cef0212013b9860515 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Thu, 1 May 2014 00:09:45 -0700 Subject: [PATCH] typo --- headphones/utorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/utorrent.py b/headphones/utorrent.py index ee14849b..e11dc958 100644 --- a/headphones/utorrent.py +++ b/headphones/utorrent.py @@ -84,7 +84,7 @@ def addTorrent(link, title): if torrent[2] == title and torrent[4] > 1: folder = os.path.basename(torrent[26]) tor_hash = torrent[0] - params = {'action':'setprops', 'hash':tor_hash,'s':'label', 'v':label, token':token} + params = {'action':'setprops', 'hash':tor_hash,'s':'label', 'v':label, 'token':token} response = request.request_json(host, params=params, auth=auth, cookies=cookies) break else: