mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Only show Deprecation warnings
This commit is contained in:
parent
f70058ad13
commit
f6d61857ad
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from plexapi.exceptions import BadRequest, NotFound
|
|||
from plexapi.media import MediaTag
|
||||
from plexapi.settings import Setting
|
||||
|
||||
warnings.simplefilter('default')
|
||||
warnings.simplefilter('default', category=DeprecationWarning)
|
||||
|
||||
|
||||
class Library(PlexObject):
|
||||
|
|
Loading…
Reference in a new issue