Python-Wrapper icon indicating copy to clipboard operation
Python-Wrapper copied to clipboard

Always cast term to str when building endpoint url

Open ghost opened this issue 7 years ago • 0 comments

The assumption now is that "term" is being passed as a string to parse_endpoints_*, but will throw an invalid type error if it is passed an int.

This can be fixed in #28 since we'll be near this code anyways.

ghost avatar May 18 '18 06:05 ghost