diff options
| author | Damian Johnson <atagar@torproject.org> | 2015-10-21 08:51:37 -0700 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2015-10-21 08:51:37 -0700 |
| commit | 72fe9ff5299178a4597fdb4bfa28cf9f8c6ca35c (patch) | |
| tree | 3369b3b576c018a95c7850bcde1299a0f776bafd | |
| parent | 0c4f94e38a42a4cff77c5b6b82eceb88333b9067 (diff) | |
Mention get_hidden_service_conf() in get_conf_map()
Mentioning that there's another method that's preferable for fetching hidden
service options...
https://trac.torproject.org/projects/tor/ticket/17378
| -rw-r--r-- | stem/control.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stem/control.py b/stem/control.py index d9693cc7..72f05523 100644 --- a/stem/control.py +++ b/stem/control.py @@ -2044,6 +2044,9 @@ class Controller(BaseController): **HiddenServiceOptions** was the only option that falls into the third category. + **Note:** HiddenServiceOptions are best retrieved via the + :func:`~stem.control.Controller.get_hidden_service_conf` method instead. + :param str,list params: configuration option(s) to be queried :param object default: value for the mappings if the configuration option is either undefined or the query fails |
