Skip to content

Commit

Permalink
solaar: fix debugging levels
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Feb 21, 2024
1 parent 353c2df commit fc8628c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/logitech_receiver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
import logging

logger = logging.getLogger(__name__)
logger.setLevel(logging.root.level)
1 change: 1 addition & 0 deletions lib/logitech_receiver/settings_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ class OnboardProfiles(_Setting):
choices_universe = _NamedInts(Disabled=0)
for i in range(1, 16):
choices_universe[i] = f"Profile {i}"
choices_universe[i + 0x100] = f"Read-Only Profile {i}"
validator_class = _ChoicesV

class rw_class:
Expand Down

0 comments on commit fc8628c

Please sign in to comment.