mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
No cover for createMyPlexDevice
This commit is contained in:
parent
f6d61857ad
commit
d88d5f7290
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ def getMyPlexAccount(opts=None): # pragma: no cover
|
|||
return MyPlexAccount(username, password)
|
||||
|
||||
|
||||
def createMyPlexDevice(headers, timeout=None):
|
||||
def createMyPlexDevice(headers, timeout=None): # pragma: no cover
|
||||
""" Helper function to create a new MyPlexDevice.
|
||||
|
||||
Parameters:
|
||||
|
|
Loading…
Reference in a new issue