Skip to content

Commit b7f7ec6

Browse files
committed
IDEV-2013: Update README.md
1 parent 3acf828 commit b7f7ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,6 @@ api = API(USERNAME, KEY, always_sign_api_key=False)
257257
results = api.nod(sessionID="my-session-id", after=-7200)
258258

259259
for result in results.response() # generator that holds 2 hours of NOD feeds data
260-
partial_data = result.text # In JSONL format
260+
partial_data = result # In JSONL format
261261
# do things
262262
```

0 commit comments

Comments
 (0)