slimkrazy / python-google-places

Simple wrapper around the new 'experimental' Google Places API
MIT License
461 stars 167 forks source link

Gives same results as previous page when using next_page_token #107

Open shriram-k opened 7 years ago

shriram-k commented 7 years ago

When I have more than 40 results... The first and the second sets of 20 are working great.. but the third time, I get the results of the second set and keeps on doing the same.

joshi1983 commented 7 years ago

@shriram-k can you paste a code snippet for that here?