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

fix: Logger has no method print #592

Merged
merged 1 commit into from
Mar 1, 2025
Merged

Conversation

alepee
Copy link
Contributor

@alepee alepee commented Mar 1, 2025

I got an annoying error from pyeasee.easee that keep going for some times now.

AttributeError: 'HassLogger' object has no attribute 'print'

This PR replace the only _LOGGER.print from the project to _LOGGER.debug

@astrandb astrandb added the bugfix A bug was fixed label Mar 1, 2025
Copy link
Collaborator

@astrandb astrandb left a comment

Choose a reason for hiding this comment

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

Thank you for catching this bug.

@astrandb astrandb merged commit 97a1286 into nordicopen:master Mar 1, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix A bug was fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants