Skip to content

Commit c0a489d

Browse files
Fix boolean values on README examples
1 parent bfbbf05 commit c0a489d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ query = [
321321
}
322322
}
323323
],
324-
"bypass-cache": false
324+
"bypass-cache": False
325325
},
326326
{
327327
"query-name": "ford-ka",
@@ -332,7 +332,7 @@ query = [
332332
}
333333
}
334334
],
335-
"bypass-cache": false
335+
"bypass-cache": False
336336
}
337337
]
338338
print client.count_entity(query)
@@ -373,7 +373,7 @@ query = [
373373
}
374374
}
375375
],
376-
"bypass-cache": true
376+
"bypass-cache": True
377377
},
378378
{
379379
"query-name": "test-drives-in-ca",
@@ -388,7 +388,7 @@ query = [
388388
}
389389
}
390390
],
391-
"bypass-cache": true
391+
"bypass-cache": True
392392
}
393393
]
394394
print client.count_event(query)

0 commit comments

Comments
 (0)