Fix off animation
This commit is contained in:
parent
efb7c20af5
commit
bbf862a0a2
|
@ -21,7 +21,7 @@ class Off(Animation):
|
|||
super(Off, self).__init__()
|
||||
|
||||
def name(self):
|
||||
return "Off"
|
||||
return "off"
|
||||
|
||||
|
||||
class Steady(Animation):
|
||||
|
|
Loading…
Reference in a new issue