We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e87a5 commit 22dcd5dCopy full SHA for 22dcd5d
1 file changed
plexapi/myplex.py
@@ -1219,7 +1219,6 @@ def _loadData(self, data):
1219
def preferred_connections(
1220
self,
1221
ssl=None,
1222
- timeout=None,
1223
locations=DEFAULT_LOCATION_ORDER,
1224
schemes=DEFAULT_SCHEME_ORDER,
1225
):
@@ -1231,7 +1230,6 @@ def preferred_connections(
1231
1230
ssl (bool, optional): Set True to only connect to HTTPS connections. Set False to
1232
only connect to HTTP connections. Set None (default) to connect to any
1233
HTTP or HTTPS connection.
1234
- timeout (int, optional): The timeout in seconds to attempt each connection.
1235
"""
1236
connections_dict = {location: {scheme: [] for scheme in schemes} for location in locations}
1237
for connection in self.connections:
0 commit comments