mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Remove kwargs from CompositeOutputDevice init
This commit is contained in:
@@ -880,7 +880,7 @@ class StatusBoard(CompositeOutputDevice):
|
||||
button=Button(button),
|
||||
lights=LEDBoard(
|
||||
red=red, green=green, _order=('red', 'green'), **kwargs
|
||||
), _order=('button', 'lights'), **kwargs)
|
||||
), _order=('button', 'lights'))
|
||||
super(StatusBoard, self).__init__(_order=strips.keys(), **strips)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user