mirror of
https://github.com/not-kennethreitz/elephant.git
synced 2026-06-05 23:20:19 +00:00
Add missing ] for correct JSON repr
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ Usage
|
||||
<Response [200]>
|
||||
|
||||
>>> requests.get('http://elephant-server/pages/', params={'q': 'draft:True'}).json()
|
||||
{u'records': [{u'epoch': 1364286524987, u'title': u'Test Post', u'uuid': u'ce251e8a-ab6b-4f7e-bdc4-eecf0e71ac16', 'draft': True}}
|
||||
{u'records': [{u'epoch': 1364286524987, u'title': u'Test Post', u'uuid': u'ce251e8a-ab6b-4f7e-bdc4-eecf0e71ac16', 'draft': True}]}
|
||||
|
||||
|
||||
Configuration
|
||||
|
||||
Reference in New Issue
Block a user