typo
This commit is contained in:
parent
59ee61200c
commit
416438f6c8
|
@ -46,7 +46,7 @@ def do_backlight():
|
|||
def select_next_backlight():
|
||||
global current_backlight
|
||||
current_backlight += 1
|
||||
if (current_backlight == len(backlight_level_list):
|
||||
if current_backlight == len(backlight_level_list):
|
||||
current_backlight = 0
|
||||
do_backlight()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user