Update README.md

Include protocol scheme in the `rutorrent.addr` attribute. Omission of this gives me a frustratingly unhelpful error `Failed to update torrent list from rTorrent: 'Post mycoolrtorrentserver.com/XMLRPC: unsupported protocol scheme ""'`
This commit is contained in:
Michael Rosenberg 2016-06-18 00:18:33 -04:00 committed by GitHub
parent 270e766867
commit d884835580

View file

@ -45,7 +45,7 @@ resume_downloads: true
rtorrent:
# The address to the rtorrent XMLRPC endpoint
addr: mycoolrtorrentserver.com/XMLRPC
addr: https://mycoolrtorrentserver.com/XMLRPC
# true to ignore the certificate authenticity; false to honor it
insecure_cert: false