From ba1559dcdc1d48474e11beb83ace04ff0ab55b4b Mon Sep 17 00:00:00 2001 From: blacktwin Date: Mon, 13 Apr 2020 13:30:54 -0400 Subject: [PATCH] flake fix line too long --- plexapi/myplex.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexapi/myplex.py b/plexapi/myplex.py index a6682bbe..14c8726a 100644 --- a/plexapi/myplex.py +++ b/plexapi/myplex.py @@ -395,7 +395,8 @@ class MyPlexAccount(PlexObject): params = {'server_id': machineId, 'shared_server': {'library_section_ids': sectionIds}} url = self.FRIENDSERVERS.format(machineId=machineId, serverId=serverId) else: - params = {'server_id': machineId, 'shared_server': {'library_section_ids': sectionIds, 'invited_id': user.id}} + params = {'server_id': machineId, + 'shared_server': {'library_section_ids': sectionIds, 'invited_id': user.id}} url = self.FRIENDINVITE.format(machineId=machineId) # Remove share sections, add shares to user without shares, or update shares if not user_servers or sectionIds: