Skip to content

Commit cdf3576

Browse files
authored
new: add _hosts to BaseConnection (#353)
* new: add `_hosts` to `BaseConnection` * bump * revert ace434c
1 parent 8e6aaca commit cdf3576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arango/connection.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(
4747
request_compression: Optional[RequestCompression] = None,
4848
response_compression: Optional[str] = None,
4949
) -> None:
50+
self._hosts = hosts
5051
self._url_prefixes = [f"{host}/_db/{db_name}" for host in hosts]
5152
self._host_resolver = host_resolver
5253
self._sessions = sessions

0 commit comments

Comments
 (0)