mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-25 05:00:22 +00:00
flake fix
missing return
This commit is contained in:
parent
28d8b862ab
commit
2a198f5cb8
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ def choose(msg, items, attr): # pragma: no cover
|
|||
except (ValueError, IndexError):
|
||||
pass
|
||||
|
||||
|
||||
def getAgentIdentifier(section, agent):
|
||||
""" Return the full agent identifier from a short identifier, name, or confirm full identifier. """
|
||||
agents = []
|
||||
|
|
Loading…
Reference in a new issue