parent
65561eea47
commit
ee1a33cc4c
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ def _pms_list_from_plex_tv(token):
|
||||||
xml.attrib
|
xml.attrib
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
LOG.error('Could not get list of PMS from plex.tv')
|
LOG.error('Could not get list of PMS from plex.tv')
|
||||||
return
|
return []
|
||||||
|
|
||||||
from Queue import Queue
|
from Queue import Queue
|
||||||
queue = Queue()
|
queue = Queue()
|
||||||
|
|
Loading…
Reference in a new issue