Skip to content

Commit

Permalink
bugfix: name missing in getLogger (#109282)
Browse files Browse the repository at this point in the history
  • Loading branch information
llluis committed Feb 1, 2024
1 parent 421e276 commit 175ec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/wyoming/satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .data import WyomingService
from .devices import SatelliteDevice

_LOGGER = logging.getLogger()
_LOGGER = logging.getLogger(__name__)

_SAMPLES_PER_CHUNK: Final = 1024
_RECONNECT_SECONDS: Final = 10
Expand Down

0 comments on commit 175ec81

Please sign in to comment.