Browse Source

Fix comments

git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10999 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/bxinterval-last
Jim Paris 11 years ago
parent
commit
56c3306b38
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      nilmdb/client.py

+ 4
- 2
nilmdb/client.py View File

@@ -132,8 +132,10 @@ class Client(object):
"""
Extract data from a stream. Returns a generator that yields
lines of ASCII-formatted data that matches the database
layout for the given path. Multiple requests are made to the
server if shorter requests get truncated.
layout for the given path.

Specify count=True to just get a count of values rather than
the actual data.
"""
params = {
"path": path,


Loading…
Cancel
Save