Skip to content

Commit 2746386

Browse files
blink1073NoahStapp
andauthored
Update pymongo/asynchronous/mongo_client.py
Co-authored-by: Noah Stapp <noah@noahstapp.com>
1 parent 58e966b commit 2746386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymongo/asynchronous/mongo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@ async def _read(self) -> T:
30433043
self._check_last_error()
30443044
if self._retrying:
30453045
log_command_retry(
3046-
self._client._topology_settings._topology_id,
3046+
self._client._topology_id,
30473047
self._operation,
30483048
self._operation_id,
30493049
self._attempt_number,

0 commit comments

Comments
 (0)