Revert "Add logging to find Plex Cloud info from plex.tv"
This reverts commit 14c36160a4
.
This commit is contained in:
parent
40cbc4c6fd
commit
f96faaa880
1 changed files with 0 additions and 6 deletions
|
@ -581,12 +581,6 @@ class PlexAPI():
|
||||||
threadQueue = []
|
threadQueue = []
|
||||||
|
|
||||||
maxAgeSeconds = 2*60*60*24
|
maxAgeSeconds = 2*60*60*24
|
||||||
# Temporary increase logging to find Plex cloud info
|
|
||||||
log.debug('Listing all entries of plex.tv reply to hopefully find Plex'
|
|
||||||
' Cloud info. TREAT WITH CARE AND DONT SHARE!')
|
|
||||||
for item in xml:
|
|
||||||
log.debug('Plex.tv entry name: %s, data: %s'
|
|
||||||
% (item.tag, item.attrib))
|
|
||||||
for Dir in xml.findall('Device'):
|
for Dir in xml.findall('Device'):
|
||||||
if 'server' not in Dir.get('provides'):
|
if 'server' not in Dir.get('provides'):
|
||||||
# No PMS - skip
|
# No PMS - skip
|
||||||
|
|
Loading…
Reference in a new issue