Skip to content

Commit 0eae99e

Browse files
committed
Updated tests
1 parent 1002a09 commit 0eae99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manticoresearch/rest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ async def request(
204204

205205
pool_manager: Union[aiohttp.ClientSession, aiohttp_retry.RetryClient]
206206
if self.retry_client is not None and method in ALLOW_RETRY_METHODS:
207+
pprint("with retries")
207208
pool_manager = self.retry_client
208209
else:
209210
pool_manager = self.pool_manager

0 commit comments

Comments
 (0)