Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #91

Closed
wants to merge 17 commits into from
Closed

Dev #91

wants to merge 17 commits into from

Conversation

jontofront
Copy link
Owner

No description provided.

@jontofront jontofront requested a review from a user November 14, 2024 06:14
@@ -43,7 +44,9 @@ async def _async_update_data(self):
# Note: asyncio.TimeoutError and aiohttp.ClientError are already
# handled by the data update coordinator.
async with asyncio.timeout(10):
return await self._api.fetch_data()
data = await self._api.fetch_data()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not good here u should return collection data or even better data concatination

@jontofront jontofront closed this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant