Not sure why Travis failed, let's try again
This commit is contained in:
Noam
2016-02-13 12:17:00 +02:00
parent 92cd62f0e9
commit 05df81be2f

View File

@@ -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})