Skip to content

Fix TypeError when paginate is `True` and `sleep_on_ratelimit` is the default

Compare
Choose a tag to compare
@gene1wood gene1wood released this 08 Oct 00:01
· 11 commits to master since this release
86ef503

Added

  • Mozilla code of conduct
  • Long description to setup.py containing README
  • End to end GitHub unit test and tox testing with pytest
  • Integration with Travis CI

Changed

  • Moved to SCM (git) driven version instead of a hard coded one
  • VERSION constant from semver list (e.g. [2, 2, 1]) to string version (e.g. 2.2.1)

Removed

  • mock module to avoid collision with builtin mock module
  • STR_VERSION constant

Fixed

  • TypeError when paginate is True and sleep_on_ratelimit is the default (#66 by @huma23)