forked from platypush/platypush
Removed trailing column
This commit is contained in:
parent
a4c6028dc4
commit
9402e4f65f
1 changed files with 2 additions and 2 deletions
|
@ -89,9 +89,9 @@ class RtorrentPlugin(TorrentPlugin):
|
||||||
|
|
||||||
lighttpd -f ~/.config/rtorrent/lighttpd.conf
|
lighttpd -f ~/.config/rtorrent/lighttpd.conf
|
||||||
|
|
||||||
- Start RTorrent and check that the XML/RPC interface works::
|
- Start RTorrent and check that the XML/RPC interface works:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: bash
|
||||||
|
|
||||||
$ xmlrpc localhost:8000 system.listMethods
|
$ xmlrpc localhost:8000 system.listMethods
|
||||||
# Should return a list with all the methods exposed by RTorrent.
|
# Should return a list with all the methods exposed by RTorrent.
|
||||||
|
|
Loading…
Reference in a new issue