We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f3d62 commit 7668d9dCopy full SHA for 7668d9d
src/frequenz/sdk/actor/_data_sourcing/microgrid_api_source.py
@@ -343,10 +343,10 @@ def _get_metric_senders(
343
self._get_data_extraction_method(category, metric),
344
[
345
self._registry.new_sender(request.get_channel_name())
346
- for request in reqlist
+ for request in req_list
347
],
348
)
349
- for (metric, reqlist) in requests.items()
+ for (metric, req_list) in requests.items()
350
]
351
352
async def _handle_data_stream(
0 commit comments