We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76f5960 + 00116be commit 94fec52Copy full SHA for 94fec52
inference/usage_tracking/collector.py
@@ -452,7 +452,7 @@ async def async_record_usage(
452
inference_test_run=inference_test_run,
453
fps=fps,
454
execution_duration=execution_duration,
455
- roboflow_internal_service_name=roboflow_service_name,
+ roboflow_service_name=roboflow_service_name,
456
roboflow_internal_secret=roboflow_internal_secret,
457
)
458
else:
@@ -466,7 +466,7 @@ async def async_record_usage(
466
467
468
469
470
471
472
0 commit comments