Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Fix for list() method when run with integer inputs #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix for list() method when run with integer inputs #28

wants to merge 1 commit into from

Conversation

michaelxor
Copy link

I've changed the sanitization method for the nb_results and offset parameters of the GooglePlayAPI.list() method from requests.utils.quote() to int(). The quote function causes issues with integer inputs - doesn't look like it was an issue when running via command line, but shows up if you call the function manually with integer inputs.

…() to int() in list method to fix error when run with integer inputs.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant