We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f256e commit bb860efCopy full SHA for bb860ef
plexapi/myplex.py
@@ -1271,7 +1271,7 @@ def connect(
1271
Raises:
1272
:exc:`~plexapi.exceptions.NotFound`: When unable to connect to any addresses for this resource.
1273
"""
1274
- connections = self.preferred_connections(ssl, timeout, locations, schemes)
+ connections = self.preferred_connections(ssl, locations, schemes)
1275
# Try connecting to all known resource connections in parallel, but
1276
# only return the first server (in order) that provides a response.
1277
cls = PlexServer if 'server' in self.provides else PlexClient
0 commit comments