perspective.py v0.3.3
Whilst trying to create a GUI (Graphical User Interface) for the API, I noticed that passing None
to the logging_level
argument while creating the Client object raises an exception. In this release, I only fixed that issue.
Bug fixes
- Fixed an exception when
None
was passed to thelogging_level
argument ofperspective.Client.__init__
function.