From 05df81be2fa3997804ee6b12ee9cbbaf964672ff Mon Sep 17 00:00:00 2001 From: Noam Date: Sat, 13 Feb 2016 12:17:00 +0200 Subject: [PATCH] Travis Not sure why Travis failed, let's try again --- headphones/deluge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/deluge.py b/headphones/deluge.py index 6874ce9e..39e2a035 100644 --- a/headphones/deluge.py +++ b/headphones/deluge.py @@ -283,6 +283,7 @@ def _add_torrent_file(result): if not any(delugeweb_auth): _get_auth() + # content is already base64 encoded post_data = json.dumps({"method": "core.add_torrent_file", "params": [result['name'] + '.torrent', result['content'], {}], "id": 2})