Skip to content

perspective.py v0.3.3

Compare
Choose a tag to compare
@Yilmaz4 Yilmaz4 released this 22 Jan 08:58
· 39 commits to main since this release

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 the logging_level argument of perspective.Client.__init__ function.