Skip to content

Commit 8c70547

Browse files
committed
testing
1 parent 871f84d commit 8c70547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymongo/asynchronous/mongo_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,6 +2732,7 @@ async def _read(self) -> T:
27322732
conn,
27332733
read_pref,
27342734
):
2735+
print(f"Got conn for _read for {self._func.__name__}")
27352736
if self._retrying and not self._retryable:
27362737
self._check_last_error()
27372738
return await self._func(self._session, self._server, conn, read_pref) # type: ignore

0 commit comments

Comments
 (0)