Less logging
This commit is contained in:
parent
8ea787cc49
commit
a4bd3e469f
1 changed files with 0 additions and 1 deletions
|
@ -559,7 +559,6 @@ class DownloadGen(object):
|
||||||
'sort': 'id', # Entries are sorted by plex_id
|
'sort': 'id', # Entries are sorted by plex_id
|
||||||
'excludeAllLeaves': 1 # PMS wont attach a first summary child
|
'excludeAllLeaves': 1 # PMS wont attach a first summary child
|
||||||
})
|
})
|
||||||
LOG.debug('DownloadGen url: %s, args: %s', self._url, self._args)
|
|
||||||
self.xml = DU().downloadUrl(self._url, parameters=self._args)
|
self.xml = DU().downloadUrl(self._url, parameters=self._args)
|
||||||
try:
|
try:
|
||||||
self.xml.attrib
|
self.xml.attrib
|
||||||
|
|
Loading…
Reference in a new issue