Skip to content

Commit

Permalink
Update src/jukebox/components/battery_monitor/batt_mon_i2c_ina219/__i…
Browse files Browse the repository at this point in the history
…nit__.py

Co-authored-by: s-martin <[email protected]>
  • Loading branch information
saeugetier and s-martin authored Jun 4, 2024
1 parent 919ee6b commit 3e344f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from ina219 import DeviceRangeError
from components.battery_monitor import BatteryMonitorBase

logger = logging.getLogger('jb.battmon')
logger = logging.getLogger('jb.battmon.ina219')

batt_mon = None

Expand Down

0 comments on commit 3e344f7

Please sign in to comment.