Skip to content

Commit cd3bb18

Browse files
committed
Don't change default value as example.
1 parent c034d76 commit cd3bb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/get_data_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#
5858
# Paging (from and to included; by default you get from=0 to=9)
5959
#
60-
paging = { "from": 0, "to": 4 }
60+
paging = { "from": 0, "to": 9 }
6161

6262
#
6363
# Load data

0 commit comments

Comments
 (0)