Fix some issues if you don't define some things

This commit is contained in:
Kyle Brown
2019-03-09 11:29:45 -08:00
parent 1a06e0ed72
commit efb642c374
5 changed files with 15 additions and 4 deletions

View File

@@ -50,8 +50,8 @@ class RGB:
self.breath_center = breath_center
self.knight_effect_length = knight_effect_length
self.val_limit = val_limit
self.animation_mode = animation_mode
self.animation_speed = animation_speed
self.rgb_animation_mode = animation_mode
self.rgb_animation_speed = animation_speed
except ImportError as e:
print(e)