Skip to content

perspective.py v0.3.1

Compare
Choose a tag to compare
@Yilmaz4 Yilmaz4 released this 11 Jan 20:09
· 59 commits to main since this release

I just noticed that the logging_level property of perpective.Client object was not working properly so I checked the code out and realized my mistake, thereupon I released a quick fix to it. Now you can change the logging level anytime you want by setting a new value to logging_level property of your perspective.Client instance. Literally the exact same thing I said above is available below.

Bug fixes

  • Fixed logging_level property not working properly (setting a value to it didn't change anything).