Skip to content

Commit f95e72b

Browse files
committed
Modify pagination example to prevent rate limit
1 parent 1f11c3d commit f95e72b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ for i in sem3.iter():
9191
print "We are at page = %s" % page_no
9292
print "The results for this page are:"
9393
print i
94-
94+
sleep(1) # prevents rate-limit errors
9595
```
9696

9797
### UPC Query

0 commit comments

Comments
 (0)