Skip to content

Commit

Permalink
#913 fix statusled extension variable name typo - attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
minordemon committed Nov 18, 2023
1 parent 2e441ac commit a79605a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmk/extensions/statusled.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __repr__(self):

def _to_dict(self):
return {
'_brightness': self.brightness,
'brightness': self.brightness,
'brightness_step': self.brightness_step,
'brightness_limit': self.brightness_limit,
}
Expand Down

0 comments on commit a79605a

Please sign in to comment.