This commit is contained in:
Stefan Bethke 2022-07-22 17:56:53 +02:00
commit d4166db9ab
2 changed files with 3 additions and 2 deletions

2
dmx.py
View file

@ -94,7 +94,7 @@ class RotatingRainbow:
return rgb
def __str__(self):
return "{type(self).__name__}"
return f"{type(self).__name__}"
class Chase(Steady):