From dbef1dd2cd936e2cefd43ec55291c71b5caf6c71 Mon Sep 17 00:00:00 2001 From: weirdpeople Date: Thu, 9 Jun 2011 18:46:55 -0500 Subject: [PATCH] fix indention error --- src/Theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Theme.py b/src/Theme.py index 13fa856e0..ab578efdf 100644 --- a/src/Theme.py +++ b/src/Theme.py @@ -157,7 +157,7 @@ def get(value, type = str, default = None): #actually is (if the image is white then no matter what key is hit the glow will be white) self.glowColor = get("glow_color", str, "frets") if not self.glowColor == "frets": - self.glowColor = self.hexToColor(self.glowColor) + self.glowColor = self.hexToColor(self.glowColor)] #Note Colors (this applies to frets and notes) #default is green, red, yellow, blue, orange, purple (I don't know why there's a 6th color)