Skip to content

Commit bb860ef

Browse files
authored
Remove timeout argument from preferred_connections (#1005)
1 parent c3f256e commit bb860ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/myplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ def connect(
12711271
Raises:
12721272
:exc:`~plexapi.exceptions.NotFound`: When unable to connect to any addresses for this resource.
12731273
"""
1274-
connections = self.preferred_connections(ssl, timeout, locations, schemes)
1274+
connections = self.preferred_connections(ssl, locations, schemes)
12751275
# Try connecting to all known resource connections in parallel, but
12761276
# only return the first server (in order) that provides a response.
12771277
cls = PlexServer if 'server' in self.provides else PlexClient

0 commit comments

Comments
 (0)