Skip to content

Commit

Permalink
report await
Browse files Browse the repository at this point in the history
  • Loading branch information
signalkraft committed Feb 16, 2024
1 parent d4d9c27 commit b2fa3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mypyllant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def handle_generate_test_data(call: ServiceCall) -> ServiceResponse:
async def handle_report(call: ServiceCall) -> ServiceResponse:
return {
f.file_name: f.file_content
async for f in report.main(
for f in await report.main(
user=username,
password=password,
brand=brand,
Expand Down

0 comments on commit b2fa3c1

Please sign in to comment.