Skip to content

Commit 339061b

Browse files
zhu0823Dr-Blank
andauthored
Update plexapi/base.py
Co-authored-by: Dr.Blank <[email protected]>
1 parent 769239e commit 339061b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

plexapi/base.py

+10-8
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,16 @@ def _manuallyLoadXML(self, xml, cls=None):
170170
elem = ElementTree.fromstring(xml)
171171
return self._buildItemOrNone(elem, cls)
172172

173-
def fetchItems(self,
174-
ekey,
175-
cls=None,
176-
container_start=None,
177-
container_size=None,
178-
maxresults=None,
179-
params=None,
180-
**kwargs):
173+
def fetchItems(
174+
self,
175+
ekey,
176+
cls=None,
177+
container_start=None,
178+
container_size=None,
179+
maxresults=None,
180+
params=None,
181+
**kwargs,
182+
):
181183
""" Load the specified key to find and build all items with the specified tag
182184
and attrs.
183185

0 commit comments

Comments
 (0)