Skip to content

Commit

Permalink
Merge branch 'patch-1' of git://github.com/deavmi/cjdns into crashey
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdelisle committed Feb 13, 2017
2 parents 09ea9f6 + 0d97245 commit fb8b3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/python/README.md
Expand Up @@ -34,12 +34,12 @@ Or just use
from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;
cjdns = connectWithAdminInfo();

It get data from `~/.cjdnsadmin`
It gets data from `~/.cjdnsadmin`

## Use it!

The `cjdns` object returned from `connect()` and `connectWithAdminInfo()`
contains functions corrisponding to each of the RPC calls in the router.
contains functions corresponding to each of the RPC calls in the router.
There is a field called `cjdns.functions` which contains a list of the
functions and their parameters.

Expand Down

0 comments on commit fb8b3f9

Please sign in to comment.