Skip to content

Commit ba1559d

Browse files
committed
flake fix
line too long
1 parent a47f67d commit ba1559d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plexapi/myplex.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ def updateFriend(self, user, server, sections=None, removeSections=False, allowS
395395
params = {'server_id': machineId, 'shared_server': {'library_section_ids': sectionIds}}
396396
url = self.FRIENDSERVERS.format(machineId=machineId, serverId=serverId)
397397
else:
398-
params = {'server_id': machineId, 'shared_server': {'library_section_ids': sectionIds, 'invited_id': user.id}}
398+
params = {'server_id': machineId,
399+
'shared_server': {'library_section_ids': sectionIds, 'invited_id': user.id}}
399400
url = self.FRIENDINVITE.format(machineId=machineId)
400401
# Remove share sections, add shares to user without shares, or update shares
401402
if not user_servers or sectionIds:

0 commit comments

Comments
 (0)