Skip to content

Commit e137f61

Browse files
committed
too long.
1 parent 6735ecc commit e137f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plexapi/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ def toList(value, itemcast=None, delim=','):
190190
return [itemcast(item) for item in value.split(delim) if item != '']
191191

192192

193-
def downloadSessionImages(server, filename=None, height=150, width=150, opacity=100, saturation=100): # pragma: no cover
193+
def downloadSessionImages(server, filename=None, height=150, width=150,
194+
opacity=100, saturation=100): # pragma: no cover
194195
""" Helper to download a bif image or thumb.url from plex.server.sessions.
195196
196197
Parameters:

0 commit comments

Comments
 (0)