bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
310 stars 107 forks source link

Fixed batching behavior of get_user_pins #177

Closed RKuttruff closed 2 years ago

RKuttruff commented 2 years ago

Function would repeatedly return the first batch of pins. Traced to mismatched primary keys for the BookmarkManager used in the get_user_pins() function.

bstoilov commented 2 years ago

Thank you so much :)