We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stats
ApifyClientAsync
1 parent 8234533 commit 6631f8cCopy full SHA for 6631f8c
1 file changed
src/apify_client/client.py
@@ -310,11 +310,13 @@ def __init__(
310
timeout_secs=timeout_secs,
311
)
312
313
+ self.stats = Statistics()
314
self.http_client = HTTPClientAsync(
315
token=token,
316
max_retries=self.max_retries,
317
min_delay_between_retries_millis=self.min_delay_between_retries_millis,
318
timeout_secs=self.timeout_secs,
319
+ stats=self.stats,
320
321
322
def actor(self, actor_id: str) -> ActorClientAsync:
0 commit comments